nttdata_theme-1.0.x-dev/components/01-atoms/tag/tag.component.yml
components/01-atoms/tag/tag.component.yml
'$schema': 'https://git.drupalcode.org/project/drupal/-/raw/10.1.x/core/modules/sdc/src/metadata.schema.json'
name: Tag
status: stable
description: This is the tag component.
props:
type: object
properties:
text:
type: string
title: Text
description: The text for the tag
examples:
- Submit
tagType:
type: string
title: Tag Type
enum:
- primary
- secondary
- tertiary