Sha256: ff5e985c6aa0ecd766340283616509a66df9b678f7c22d8ac3cd86f8271d2c5c

Contents?: true

Size: 249 Bytes

Versions: 17

Compression:

Stored size: 249 Bytes

Contents

# frozen_string_literal: true

module Spotlight
  # Create tag list for exhibit general/create form
  class TagListFormComponent < ViewComponent::Base
    attr_reader :form

    def initialize(form:)
      @form = form
      super
    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
blacklight-spotlight-5.0.0.pre.alpha3 app/components/spotlight/tag_list_form_component.rb
blacklight-spotlight-5.0.0.pre.alpha2 app/components/spotlight/tag_list_form_component.rb
blacklight-spotlight-5.0.0.pre.alpha1 app/components/spotlight/tag_list_form_component.rb
blacklight-spotlight-4.7.1 app/components/spotlight/tag_list_form_component.rb
blacklight-spotlight-4.7.0 app/components/spotlight/tag_list_form_component.rb
blacklight-spotlight-4.6.1 app/components/spotlight/tag_list_form_component.rb
blacklight-spotlight-4.6.0 app/components/spotlight/tag_list_form_component.rb
blacklight-spotlight-4.5.0 app/components/spotlight/tag_list_form_component.rb
blacklight-spotlight-4.4.0 app/components/spotlight/tag_list_form_component.rb
blacklight-spotlight-4.3.6 app/components/spotlight/tag_list_form_component.rb
blacklight-spotlight-4.3.5 app/components/spotlight/tag_list_form_component.rb
blacklight-spotlight-4.3.4 app/components/spotlight/tag_list_form_component.rb
blacklight-spotlight-4.3.3 app/components/spotlight/tag_list_form_component.rb
blacklight-spotlight-4.3.2 app/components/spotlight/tag_list_form_component.rb
blacklight-spotlight-4.3.1 app/components/spotlight/tag_list_form_component.rb
blacklight-spotlight-4.3.0 app/components/spotlight/tag_list_form_component.rb
blacklight-spotlight-4.2.0 app/components/spotlight/tag_list_form_component.rb