Sha256: e3f16fa7d70aa29b70198718503b730f9e5a491295ef3947b84142cc9d81124d
Contents?: true
Size: 278 Bytes
Versions: 2
Compression:
Stored size: 278 Bytes
Contents
class Home include Inesita::Component def render div.jumbotron class: 'text-center' do img src: '/static/inesita-rb.png' h1 do text "Hello I'm Inesita" end component Counter, props: {header: 'This is a sample counter'} end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
inesita-0.6.1 | lib/inesita/cli/template/app/components/home.rb.tt |
inesita-0.6.0 | lib/inesita/cli/template/app/components/home.rb.tt |