Sha256: c608ca8eca2cc0b1bf6b350c4cdda828ea3b66c26587a66c75930401fb595b86
Contents?: true
Size: 243 Bytes
Versions: 132
Compression:
Stored size: 243 Bytes
Contents
# frozen_string_literal: true class Avo::NavigationLinkComponent < ViewComponent::Base def initialize(label: nil, path: nil, active: :inclusive, size: :md) @label = label @path = path @active = active @size = size end end
Version data entries
132 entries across 132 versions & 1 rubygems