Sha256: 3219d657a7eabd5ddc40aefb34daa5a5e372b6b88e3ad15040e68bc03f65f759
Contents?: true
Size: 395 Bytes
Versions: 12
Compression:
Stored size: 395 Bytes
Contents
require_relative 'helpers/indented_grid' Voom::Presenters.define('components') do helpers Demo::Helpers::IndentedGrid attach 'top_nav' attach 'component_drawer' page_title 'Components' indented_grid do 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
12 entries across 12 versions & 1 rubygems