Sha256: 4ae98e168a7cd700303af621f6788918a1c70ebf938ec7a7cbf20657b05faa7a
Contents?: true
Size: 461 Bytes
Versions: 12
Compression:
Stored size: 461 Bytes
Contents
require_relative '../helpers/indented_grid' Voom::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