Progress
Show completion of a task.
Installation
import { Progress } from "~/components/ui/Progress";Usage
<Progress value={68} />API reference
| Prop | Type | Default | Description |
|---|---|---|---|
| value | number | null | - | 0-100; null for indeterminate. |
| max | number | 100 | Maximum value. |
Accessibility
- Built on the Base UI Progress: role=progressbar with aria-valuenow / min / max.