ProgressBar
Determinate or indeterminate progress.
Loading…
Determinate or indeterminate progress.
Loading…
Export progress, batch processing, or indeterminate loading states.
| Prop | Type | Default | Description |
|---|---|---|---|
| value | number | — | Progress 0–100 (determinate mode). |
| label | string | — | Optional label. |
| showValue | boolean | true | Show percentage readout. |
| variant | "default" | "indeterminate" | default | Determinate or looping bar. |
| className | string | — | Optional CSS class. |
Also copy lib/utils.ts (cn helper):