Components • Tag

Tag

Compact labels to categorize, filter or mark status. Use the signature red sparingly to highlight priority or brand emphasis.

Tones

Applied AIPrioritySystemEnterpriseLiveBeta
<Tag tone="neutral">Applied AI</Tag>
<Tag tone="red">Priority</Tag>
<Tag tone="silver">System</Tag>
<Tag tone="dark">Enterprise</Tag>
<Tag tone="success">Live</Tag>
<Tag tone="warning">Beta</Tag>

In context

Systems Engineering New

Applied AI for complex platforms.

<div>
  <h3>Systems Engineering <Tag tone="red">New</Tag></h3>
  <p>Applied AI for complex platforms.</p>
</div>
Accessibility

How Tag works with assistive tech

Role
  • status (when live), note (when static)
Keyboard
  • not interactive
ARIA attributes
  • semantic color — convey meaning textually (tag text) or via aria-label, never color alone
Focus behavior
  • not-focusable

When used as a status indicator (e.g., severity), pair with visible text label. Color is decorative — must not be the only channel.