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