Sha256: 716c39009c6e7a1f86b6b0051db3e7ce7df5a575c5992b4d91a0921ad04ca7df

Contents?: true

Size: 154 Bytes

Versions: 42

Compression:

Stored size: 154 Bytes

Contents

# frozen_string_literal: true
module Devise
  class FormComponent < ViewComponent::Base
    def initialize(title:)
      @title = title
    end
  end
end

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
tybo-0.4.1 app/components/devise/form_component.rb
tybo-0.4.0 app/components/devise/form_component.rb
tybo-0.3.26 app/components/devise/form_component.rb
tybo-0.3.24 app/components/devise/form_component.rb
tybo-0.3.23 app/components/devise/form_component.rb
tybo-0.3.22 app/components/devise/form_component.rb
tybo-0.3.21 app/components/devise/form_component.rb
tybo-0.3.20 app/components/devise/form_component.rb
tybo-0.3.19 app/components/devise/form_component.rb
tybo-0.3.18 app/components/devise/form_component.rb
tybo-0.3.17 app/components/devise/form_component.rb
tybo-0.3.16 app/components/devise/form_component.rb
tybo-0.3.15 app/components/devise/form_component.rb
tybo-0.3.14 app/components/devise/form_component.rb
tybo-0.3.13 app/components/devise/form_component.rb
tybo-0.3.12 app/components/devise/form_component.rb
tybo-0.3.11 app/components/devise/form_component.rb
tybo-0.3.10 app/components/devise/form_component.rb
tybo-0.3.9 app/components/devise/form_component.rb
tybo-0.3.8 app/components/devise/form_component.rb