require_relative '../helpers/indented_grid' Voom::Presenters.define(:fabs) do helpers Demo::Helpers::IndentedGrid attach :top_nav attach :component_drawer indented_grid do display 'Floating Action Button' headline 'FAB' button icon: :add, type: :fab, color: :primary attach :code, file: __FILE__ end end