Progress
A progress bar component with multiple variants and label support.
Examples
Progress Variants
Props
| Prop | Type | Default | Description |
|---|---|---|---|
value | number | 0 | Progress value (0-100) |
max | number | 100 | Maximum value |
size | "sm" | "md" | "lg" | "md" | Size of the progress bar |
variant | "default" | "success" | "warning" | "error" | "default" | Color variant |
showLabel | boolean | false | Show percentage label |