ProgressBar
Determinate
vue
<FuiProgressBar :value="50" />Indeterminate
vue
<FuiProgressBar indeterminate />Thickness
vue
<FuiProgressBar :value="50" thickness="large" />Shape
vue
<FuiProgressBar :value="50" shape="square" />Color
vue
<FuiProgressBar :value="50" color="brand" />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| value | number | 0 | Progress value |
| max | number | 100 | Maximum value |
| thickness | medium | large | medium | Bar thickness |
| shape | round-square | square | round-square | Border shape |
| color | brand | success | warning | error | brand | Bar color |
| indeterminate | boolean | false | Indeterminate animation |