Sha256: c27d6060f9534418ef7a934af36144b8e6e6cecfde08441a8c27b8633fcf4890

Contents?: true

Size: 113 Bytes

Versions: 1

Compression:

Stored size: 113 Bytes

Contents

class FormSubmitComponent < ViewComponent::Base
  def initialize(label:)
    super

    @label = label
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
alveole-0.0.1 lib/alveole/components/form_submit_component.rb