Sha256: 450fbb3e8a1844752a01c7fee6089a5e28062b7b29ecd18709e79067c724b8b1
Contents?: true
Size: 273 Bytes
Versions: 19
Compression:
Stored size: 273 Bytes
Contents
# frozen_string_literal: true module Blacklight class FacetFieldComponent < ::ViewComponent::Base include Blacklight::ContentAreasShim renders_one :label renders_one :body def initialize(facet_field:) @facet_field = facet_field end end end
Version data entries
19 entries across 19 versions & 1 rubygems