ProgressBar
Usage
API
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| value | Number | 0 | Progress percentage (0-100) |
| showLabel | Boolean | true | Show percentage label |
| showTrack | Boolean | true | Show background track |
| slim | Boolean | false | Slim 2px height variant |
| busy | Boolean | false | Show animated glow effect |
| mode | String | - | "indeterminate" for loading state |
Slots
| Slot | Description |
|---|---|
| default | Custom label content (replaces percentage) |
