Sha256: caeb8aec5bf6c598fb7bf2196fa71b6bd322ec10daee8b6293f491ba05fe894b
Contents?: true
Size: 301 Bytes
Versions: 22
Compression:
Stored size: 301 Bytes
Contents
# frozen_string_literal: true module Geoblacklight class HomepageFeatureFacetComponent < ViewComponent::Base def initialize(icon:, label:, facet_field:, response:) @icon = icon @label = label @facet_field = facet_field @response = response super end end end
Version data entries
22 entries across 22 versions & 1 rubygems