Sha256: 175734aee3bc1d109b0ced6ebb99935adda095eba8766cc6b6960eb734832d69
Contents?: true
Size: 337 Bytes
Versions: 9
Compression:
Stored size: 337 Bytes
Contents
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
Version data entries
9 entries across 9 versions & 1 rubygems