Sha256: 22c89b8fe29f7f7fdedd9af67e88724a7c54e9b1228f45e69606c9137db1a311

Contents?: true

Size: 163 Bytes

Versions: 10

Compression:

Stored size: 163 Bytes

Contents

# frozen_string_literal: true

class Avo::Fields::TagsField::TagComponent < Avo::BaseComponent
  prop :label, _Nilable(String)
  prop :title, _Nilable(String)
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
avo-3.13.5 app/components/avo/fields/tags_field/tag_component.rb
avo-3.13.4 app/components/avo/fields/tags_field/tag_component.rb
avo-3.13.3 app/components/avo/fields/tags_field/tag_component.rb
avo-3.13.2 app/components/avo/fields/tags_field/tag_component.rb
avo-3.13.1 app/components/avo/fields/tags_field/tag_component.rb
avo-3.13.0 app/components/avo/fields/tags_field/tag_component.rb
avo-3.12.0 app/components/avo/fields/tags_field/tag_component.rb
avo-3.11.10 app/components/avo/fields/tags_field/tag_component.rb
avo-3.11.9 app/components/avo/fields/tags_field/tag_component.rb
avo-3.11.8 app/components/avo/fields/tags_field/tag_component.rb