Sha256: 0901e1fac7f1349e9544f36d0fb5607b639287f54d8c67e15c8fe58d6e95150a

Contents?: true

Size: 223 Bytes

Versions: 16

Compression:

Stored size: 223 Bytes

Contents

# frozen_string_literal: true

module Blacklight
  class FacetFieldComponent < ::ViewComponent::Base
    with_content_areas :label, :body

    def initialize(facet_field:)
      @facet_field = facet_field
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
blacklight-7.16.0 app/components/blacklight/facet_field_component.rb
blacklight-7.15.2 app/components/blacklight/facet_field_component.rb
blacklight-7.15.1 app/components/blacklight/facet_field_component.rb
blacklight-7.15.0 app/components/blacklight/facet_field_component.rb
blacklight-7.14.1 app/components/blacklight/facet_field_component.rb
blacklight-7.14.0 app/components/blacklight/facet_field_component.rb
blacklight-7.13.2 app/components/blacklight/facet_field_component.rb
blacklight-7.13.1 app/components/blacklight/facet_field_component.rb
blacklight-7.13.0 app/components/blacklight/facet_field_component.rb
blacklight-7.12.1 app/components/blacklight/facet_field_component.rb
blacklight-7.12.0 app/components/blacklight/facet_field_component.rb
blacklight-7.11.1 app/components/blacklight/facet_field_component.rb
blacklight-7.10.0 app/components/blacklight/facet_field_component.rb
blacklight-7.9.0 app/components/blacklight/facet_field_component.rb
blacklight-7.8.1 app/components/blacklight/facet_field_component.rb
blacklight-7.8.0 app/components/blacklight/facet_field_component.rb