ProgressBar
Visual progress indicator with optional label.
Basic Usage
Variants
With Labels
65%
Uploading files... 42%
Sizes
Indeterminate
Use for unknown duration loading states.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
value | number | 0 | Current progress value |
max | number | 100 | Maximum value |
size | 'sm' | 'md' | 'lg' | 'md' | Bar height |
variant | 'primary' | 'success' | 'warning' | 'error' | 'info' | 'primary' | Color variant |
showLabel | boolean | false | Show percentage |
label | string | - | Custom label text |
indeterminate | boolean | false | Infinite loading state |