Primitives
Progress
Radix-backed progress bar in 5 tones.
Primary72%
Success92%
Warning55%
Danger28%
Info64%
<Progress value={72} tone='primary' /> Props
| Prop | Type | Default | Description |
|---|---|---|---|
| value | number | 0 | Percent complete (0 – 100). |
| tone | 'primary' | 'success' | 'warning' | 'danger' | 'info' | 'primary' | Indicator color. |
| indicatorClassName | string | — | Escape hatch for custom indicator styles. |