Sha256: 735295e6f9cc9447e9cd8b61e16c367fd4bd1cef40cda6354b6228694caabbc0
Contents?: true
Size: 246 Bytes
Versions: 7
Compression:
Stored size: 246 Bytes
Contents
# frozen_string_literal: true class Avo::SidebarItemComponent < ViewComponent::Base def initialize(label: nil, path: nil, active: :inclusive, target: nil) @label = label @path = path @active = active @target = target end end
Version data entries
7 entries across 7 versions & 1 rubygems