Tag (tag)

A tag draws attention to new or categorized content elements.

🔗 External documentation.

ID Label Description Schema
text Tag text Simple text to show in tag.
            id: tag
label: Tag
description: 'A tag draws attention to new or categorized content elements.'
group: Other
homepage: 'https://designsystem.digital.gov/components/tag/'
variants:
    default:
        id: default
        label: Default
    big:
        id: big
        label: Big
slots:
    text:
        id: text
        label: 'Tag text'
        description: 'Simple text to show in tag.'
examples:
    preview:
        id: preview
        label: Preview
        renderable:
            '@component': tag
            text: Info

          

Default ( default )

Info
<span class="usa-tag">Info</span>

Big ( big )

Info
<span class="usa-tag--big usa-tag">Info</span>