Navigation
Overlays
Progress
Visual indicator showing completion percentage of an operation. Linear progress bar with animated fill.
Import
Live Demo
Progress bars showing completion percentage.
Props
| Name | Type | Default | Description |
|---|---|---|---|
| value | number | — | Current progress value (0-100) |
| max | number | 100 | Maximum value |
Examples
Basic Progress
Indeterminate
Use when progress value is unknown.