Sha256: baa6a9512300280815cc03050b338e40c9496880e20f738b63cdf353c0b7a92e

Contents?: true

Size: 228 Bytes

Versions: 194

Compression:

Stored size: 228 Bytes

Contents

# frozen_string_literal: true

class Avo::Fields::TagsField::TagComponent < ViewComponent::Base
  attr_reader :label
  attr_reader :title

  def initialize(label: nil, title: nil)
    @label = label
    @title = title
  end
end

Version data entries

194 entries across 194 versions & 1 rubygems

Version Path
avo-2.44.0 app/components/avo/fields/tags_field/tag_component.rb
avo-2.43.0 app/components/avo/fields/tags_field/tag_component.rb
avo-2.42.2 app/components/avo/fields/tags_field/tag_component.rb
avo-2.42.1 app/components/avo/fields/tags_field/tag_component.rb
avo-2.42.0 app/components/avo/fields/tags_field/tag_component.rb
avo-2.41.0 app/components/avo/fields/tags_field/tag_component.rb
avo-2.40.0 app/components/avo/fields/tags_field/tag_component.rb
avo-2.39.0 app/components/avo/fields/tags_field/tag_component.rb
avo-2.38.0 app/components/avo/fields/tags_field/tag_component.rb
avo-2.37.2 app/components/avo/fields/tags_field/tag_component.rb
avo-2.37.1 app/components/avo/fields/tags_field/tag_component.rb
avo-2.37.0 app/components/avo/fields/tags_field/tag_component.rb
avo-2.36.3 app/components/avo/fields/tags_field/tag_component.rb
avo-2.36.2 app/components/avo/fields/tags_field/tag_component.rb
avo-2.36.1 app/components/avo/fields/tags_field/tag_component.rb
avo-2.36.0 app/components/avo/fields/tags_field/tag_component.rb
avo-2.35.0 app/components/avo/fields/tags_field/tag_component.rb
avo-2.34.7.pre.1 app/components/avo/fields/tags_field/tag_component.rb
avo-2.34.6 app/components/avo/fields/tags_field/tag_component.rb
avo-2.34.5 app/components/avo/fields/tags_field/tag_component.rb