Sha256: 54d16fb7f79e0ec973dbcb0bc65fbf9c87c15119f0f03e4a0cf0e820a3dbadb1
Contents?: true
Size: 134 Bytes
Versions: 2
Compression:
Stored size: 134 Bytes
Contents
class ProgressComponent < ViewComponent::Base def initialize(label:, value:) @label = label @value = value end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
railwind-0.1.26 | lib/railwind/generators/templates/progress/progress_component.rb |
railwind-0.1.25 | lib/railwind/generators/templates/progress/progress_component.rb |