Component · Primitives
Status tag
a pill badge on the status (severity) axis — distinct from action tone.
Example
Playground
variant
Where available
✓ React
✓ Angular
✓ Web Components
✓ Blazor
✓ Tokens
Using it
the same component, named idiomatically per target. one CSS contract underneath, so they render identically.
| Target | Reference | Package |
| React | <StatusTag> | @design-foundry/lucent-react |
| Angular | <lucent-status-tag> | @design-foundry/lucent |
| Web Components | <lucent-status-tag> | @design-foundry/lucent-wc |
| Blazor | <LucentStatusTag> | DesignFoundry.Lucent |
API
| Prop | Type | Default | Description |
| variant | success | neutral | warning | error | success | severity colour. |
| label | string | — | badge text. |