Sha256: 0b6f6c3f1581798f74d9e45d3f0a5aac451c51ee1101710f7d8ad5ed2e429d4a
Contents?: true
Size: 304 Bytes
Versions: 8
Compression:
Stored size: 304 Bytes
Contents
# frozen_string_literal: true module Blacklight class TopNavbarComponent < Blacklight::Component def initialize(blacklight_config:) @blacklight_config = blacklight_config end attr_reader :blacklight_config delegate :application_name, :container_classes, to: :helpers end end
Version data entries
8 entries across 8 versions & 1 rubygems