Components/Progress
Progress
Horizontal progress bar with semantic variants, optional label, and indeterminate mode.
65%
Installation
npx ajaxui add progressVariants
Sizes
Indeterminate
Props
| Prop | Type | Default |
|---|---|---|
| variant | "default" | "success" | "warning" | "error" | "info" | "default" |
| size | "xs" | "sm" | "md" | "lg" | "xl" | "md" |
| value | number | 0 |
| max | number | 100 |
| showLabel | boolean | false |
| indeterminate | boolean | false |