feedback
ProgressBar
Horizontal progress indicator with label and percentage.
import { ProgressBar } from "@raydenui/ui"Interactive demo
Props
| Prop | Type | Default | Description |
|---|---|---|---|
value | number | — | Progress 0-100 |
size | "sm" | "lg" | "lg" | Size |
label | string | — | Label |
showPercentage | boolean | — | Show % |