Progress
Displays an indicator showing the completion progress of a task.
Usage
tsx
import { Progress } from "@/components/ui/progress";
<Progress value={60}>...</Progress>Progress Controls
value
Examples
Basic Progress
With Label and Value
Upload
Different Values
Installation
Install
$ pnpm dlx shadcn@latest add @perimeter/progress