Progress
A horizontal progress bar indicating completion status.
Usage
Variants
Props
| Prop | Type | Default | Description |
|---|---|---|---|
modelValue | number | 0 | The progress value (0-100). |
variant | 'default' | 'destructive' | 'success' | 'warning' | 'info' | 'neutral' | 'default' | The color variant. |
max | number | 100 | The maximum value. |