Sha256: a5845461f96527bb2141e934050394bd7f4c2ae4d8f03ed1a78a99c91372cbbb

Contents?: true

Size: 397 Bytes

Versions: 12

Compression:

Stored size: 397 Bytes

Contents

require_relative 'helpers/indented_grid'

Coprl::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

Version Path
coprl-3.0.0.beta.12 app/demo/components.pom
coprl-3.0.0.beta.11 app/demo/components.pom
coprl-3.0.0.beta.10 app/demo/components.pom
coprl-3.0.0.beta.9 app/demo/components.pom
coprl-3.0.0.beta.8 app/demo/components.pom
coprl-3.0.0.beta.7 app/demo/components.pom
coprl-3.0.0.beta.6 app/demo/components.pom
coprl-3.0.0.beta.5 app/demo/components.pom
coprl-3.0.0.beta.4 app/demo/components.pom
coprl-3.0.0.beta.3 app/demo/components.pom
coprl-3.0.0.beta.2 app/demo/components.pom
coprl-3.0.0.beta.1 app/demo/components.pom