ComponentClient component
Progress
An accessible progress indicator with a luminous active range.
Installation
Preview
Publishing registry72%
Usage
tsx
import { Progress } from "@/components/ui/progress"
<Progress value={72} />API reference
| Prop | Type | Default | Description |
|---|---|---|---|
value | number | null | 0 | Current progress between 0 and 100. |
max | number | 100 | Maximum progress value exposed to assistive technology. |
className | string | — | Overrides or extends the generated Tailwind classes. |
disabled | boolean | false | Prevents user interaction when supported. |