Sha256: 1f491401969ada5b0821e0e9c58a1ea0968e1b333ddf262396e285453d77ac85
Contents?: true
Size: 144 Bytes
Versions: 1
Compression:
Stored size: 144 Bytes
Contents
class BadgeComponent < ViewComponent::Base def initialize(label:, options: {}) super @label = label @options = options end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
alveole-0.0.1 | lib/alveole/components/badge_component.rb |