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

Version Path
avo-2.2.1 app/components/avo/profile_item_component.rb
avo-2.2.0 app/components/avo/profile_item_component.rb
avo-2.1.2.pre2 app/components/avo/profile_item_component.rb
avo-2.1.2.pre1 app/components/avo/profile_item_component.rb
avo-2.1.1 app/components/avo/profile_item_component.rb
avo-2.1.0 app/components/avo/profile_item_component.rb
avo-2.0.0 app/components/avo/profile_item_component.rb