Sha256: d5bfbd7dec248197da7dd9fa2f2ca9a137ad7f742ae222e8dc5d7f19a78fadb2
Contents?: true
Size: 465 Bytes
Versions: 9
Compression:
Stored size: 465 Bytes
Contents
require_relative '../helpers/indented_grid' Voom::Presenters.define(:fabs_mini) do helpers Demo::Helpers::IndentedGrid attach :top_nav attach :component_drawer indented_grid do display 'Float Action Button' # 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
9 entries across 9 versions & 1 rubygems