Sha256: 0dcbea41bf0811b14dff0962caed8a0893347f3f10dc8ccb51c3f78a987d7dbc
Contents?: true
Size: 463 Bytes
Versions: 12
Compression:
Stored size: 463 Bytes
Contents
require_relative '../helpers/indented_grid' Coprl::Presenters.define(:fabs_mini) do helpers Demo::Helpers::IndentedGrid attach :top_nav attach :component_drawer page_title 'Float Action Button' indented_grid do # Mini Floating action buttons headline 'Mini FAB' body '*Mini size: Only used to create visual continuity with other screen elements*' button icon: :add, type: :fab, size: :small attach :code, file: __FILE__ end end
Version data entries
12 entries across 12 versions & 1 rubygems