Progress
Horizontal progress bar. Set modelValue between 0 and 100.
Default
Static progress at 60%.
Animated
Bind to a ref to animate as data loads.
API Reference
Props, events, and slots for each sub-component.
Progress
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| modelValue | number | 0 | Progress percentage, 0-100. Supports v-model. |
| max | number | 100 | Max value. |
| class | string | — | Override height or radius of the track. |
| indicatorClass | string | — | Override the colour or style of the filled bar. |