Sha256: 3fa97feb5099e9f314bff8565f2bbfb6e28f8530e34f1e1439c68881d4baa36c
Contents?: true
Size: 394 Bytes
Versions: 9
Compression:
Stored size: 394 Bytes
Contents
require_relative 'helpers/indented_grid' Voom::Presenters.define('components') do helpers Demo::Helpers::IndentedGrid attach 'top_nav' attach 'component_drawer' indented_grid do display 'Components' grid do column 12 do icon 'fa-hand-point-left', position: :left subheading 'Select a component' end end end attach :code, file: __FILE__ end
Version data entries
9 entries across 9 versions & 1 rubygems