Sha256: 3924d0383ff8755a02a78a4de9ae601b34c8a1aec5f77ba60ceef92284c2a7c7
Contents?: true
Size: 203 Bytes
Versions: 73
Compression:
Stored size: 203 Bytes
Contents
# frozen_string_literal: true class SidebarItemComponent < ViewComponent::Base def initialize(path:, label:, icon: Icons::HomeComponent) @path = path @icon = icon @label = label end end
Version data entries
73 entries across 73 versions & 2 rubygems