Sha256: 5f00c291f95b39cded388bf110cd7d62bc905a482f7723d205f87a34592e3bbf

Contents?: true

Size: 154 Bytes

Versions: 73

Compression:

Stored size: 154 Bytes

Contents

# frozen_string_literal: true

module Forms
  class TitleComponent < ViewComponent::Base
    def initialize(title)
      @title = title
    end
  end
end

Version data entries

73 entries across 73 versions & 2 rubygems

Version Path
tybo-0.0.11 app/components/forms/title_component.rb
tybo-0.0.10 app/components/forms/title_component.rb
tybo-0.0.9 app/components/forms/title_component.rb
tybo-0.0.8 app/components/forms/title_component.rb
tybo-0.0.7 app/components/forms/title_component.rb
tybo-0.0.6 app/components/forms/title_component.rb
tybo-0.0.5 app/components/forms/title_component.rb
tybo-0.0.4 app/components/forms/title_component.rb
tybo-0.0.3 lib/app/components/forms/title_component.rb
tybo-0.0.1 lib/app/components/forms/title_component.rb
backoffice-components-0.0.1.3 lib/app/components/forms/title_component.rb
backoffice-components-0.0.1.2 lib/app/components/forms/title_component.rb
backoffice-components-0.0.1.1 lib/app/components/forms/title_component.rb