Sha256: d1fa55ee1c4e29298427f3e62c63c5bd75a708b7c43a426e0926fe6f066a700b
Contents?: true
Size: 145 Bytes
Versions: 1
Compression:
Stored size: 145 Bytes
Contents
class HeadingComponent < ViewComponent::Base def initialize(heading: nil, sub: nil) super @heading = heading @sub = sub end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
alveole-0.0.1 | lib/alveole/components/heading_component.rb |