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