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.53.0 app/components/avo/fields/tags_field/tag_component.rb
avo-2.52.0 app/components/avo/fields/tags_field/tag_component.rb
avo-3.9.2 app/components/avo/fields/tags_field/tag_component.rb
avo-3.9.1 app/components/avo/fields/tags_field/tag_component.rb
avo-3.8.2 app/components/avo/fields/tags_field/tag_component.rb
avo-3.9.0 app/components/avo/fields/tags_field/tag_component.rb
avo-3.8.1 app/components/avo/fields/tags_field/tag_component.rb
avo-3.8.0 app/components/avo/fields/tags_field/tag_component.rb
avo-3.6.4 app/components/avo/fields/tags_field/tag_component.rb
avo-3.6.3 app/components/avo/fields/tags_field/tag_component.rb
avo-3.6.2 app/components/avo/fields/tags_field/tag_component.rb
avo-2.49.0 app/components/avo/fields/tags_field/tag_component.rb
avo-3.6.1 app/components/avo/fields/tags_field/tag_component.rb
avo-3.6.0 app/components/avo/fields/tags_field/tag_component.rb
avo-3.5.8 app/components/avo/fields/tags_field/tag_component.rb
avo-3.5.7 app/components/avo/fields/tags_field/tag_component.rb
avo-3.5.6 app/components/avo/fields/tags_field/tag_component.rb
avo-3.5.6.beta1 app/components/avo/fields/tags_field/tag_component.rb
avo-3.5.5 app/components/avo/fields/tags_field/tag_component.rb
avo-3.5.4 app/components/avo/fields/tags_field/tag_component.rb