Progress
Progress indicators
Show completion or step progress.
Progress bar
completion
Sizes
Progress steps
Show multi-step progress:
- 1
- 2
- 3
- 4
With labels
- 1
- 2
- 3
configure
Props
Progress
| prop | type | default | description |
|---|---|---|---|
| value | number | - | Current value |
| max | number | 100 | Maximum value |
| label | string | - | Optional label |
| size | "sm" | "md" | "lg" | "md" | Bar height |
Progresssteps
| prop | type | default | description |
|---|---|---|---|
| current | number | - | Current step (0-indexed) |
| total | number | - | Total steps |
| labels | string[] | - | Step labels |