Sha256: 946f486eaec677b7aad24f2fa8557b1d14e3970fada83920f928a023f9c4edfd
Contents?: true
Size: 338 Bytes
Versions: 12
Compression:
Stored size: 338 Bytes
Contents
require_relative '../helpers/indented_grid' Voom::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
Version data entries
12 entries across 12 versions & 1 rubygems