Sha256: bb35e5a1193dfd934b0701fbd3d209ee0b8a55cde8f2a9581527221659c0d885
Contents?: true
Size: 273 Bytes
Versions: 12
Compression:
Stored size: 273 Bytes
Contents
# frozen_string_literal: true module Blacklight class FacetFieldNoLayoutComponent < ::ViewComponent::Base include Blacklight::ContentAreasShim renders_one :label renders_one :body def initialize(**); end def call body.to_s end end end
Version data entries
12 entries across 12 versions & 1 rubygems