Sha256: 99d9e8b0c3e7f3d561212304201b2d72982e9d1cb41edab9bfe7f8ffe771a615
Contents?: true
Size: 234 Bytes
Versions: 2
Compression:
Stored size: 234 Bytes
Contents
class Welcome include Inesita::Component def render div class: 'jumbotron text-center' do h1 do text "Hi, I'm Inesita" end h4 do text 'This is a sample component' end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
inesita-0.0.12 | lib/inesita/cli/template/app/components/welcome.rb |
inesita-0.0.11 | lib/inesita/cli/template/app/components/welcome.rb |