Sha256: 6ff4ed259c8d7b040bb569b0943ee8f3b160fedb0b1199e7e0de140cf038dda8
Contents?: true
Size: 218 Bytes
Versions: 16
Compression:
Stored size: 218 Bytes
Contents
# frozen_string_literal: true module Blacklight class FacetFieldNoLayoutComponent < ::ViewComponent::Base with_content_areas :label, :body def initialize(**); end def call body end end end
Version data entries
16 entries across 16 versions & 1 rubygems