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-3.5.3 app/components/avo/fields/tags_field/tag_component.rb
avo-3.5.2 app/components/avo/fields/tags_field/tag_component.rb
avo-3.5.1 app/components/avo/fields/tags_field/tag_component.rb
avo-3.5.0 app/components/avo/fields/tags_field/tag_component.rb
avo-3.4.4 app/components/avo/fields/tags_field/tag_component.rb
avo-3.4.3 app/components/avo/fields/tags_field/tag_component.rb
avo-3.4.2 app/components/avo/fields/tags_field/tag_component.rb
avo-2.48.0 app/components/avo/fields/tags_field/tag_component.rb
avo-3.4.1 app/components/avo/fields/tags_field/tag_component.rb
avo-3.4.0 app/components/avo/fields/tags_field/tag_component.rb
avo-3.3.6 app/components/avo/fields/tags_field/tag_component.rb
avo-3.3.5 app/components/avo/fields/tags_field/tag_component.rb
avo-3.3.4 app/components/avo/fields/tags_field/tag_component.rb
avo-3.3.3 app/components/avo/fields/tags_field/tag_component.rb
avo-3.3.2 app/components/avo/fields/tags_field/tag_component.rb
avo-3.3.1 app/components/avo/fields/tags_field/tag_component.rb
avo-2.47.0 app/components/avo/fields/tags_field/tag_component.rb
avo-3.3.0 app/components/avo/fields/tags_field/tag_component.rb
avo-2.46.0 app/components/avo/fields/tags_field/tag_component.rb
avo-2.45.0 app/components/avo/fields/tags_field/tag_component.rb