Status

Colored dot with a label communicating the state of a system or entity

Category: display · WCAG 2.2-AA · status, indicator, dot, badge

Variants

Props

PropTypeDefaultDescription
status'success' | 'warning' | 'error' | 'info' | 'neutral'neutralStatus state.
pulsebooleanfalsePulses the dot — gated behind prefers-reduced-motion: no-preference

Design tokens

When to use

When not to use

How to build an accessible Status in React →

Examples

Default

<Status>Unknown</Status>

Success

<Status status="success">Operational</Status>

Pulsing

The pulse animation respects prefers-reduced-motion

<Status status="info" pulse>Deploying</Status>

Related components

← Back to docs