Sha256: dc18190d8c21a5571b1ced874f6047d3ca86ce8aa5c4e505e8ada698ada45ba6
Contents?: true
Size: 138 Bytes
Versions: 1
Compression:
Stored size: 138 Bytes
Contents
class BreadcrumbComponent < ViewComponent::Base def initialize(label:, url: nil) super @url = url @label = label end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
alveole-0.0.1 | lib/alveole/components/breadcrumb_component.rb |