Progress

Displays an indicator showing the completion progress of a task.

shadcn/ui docs →

Preview

Installation

terminal
$
Other package managers
bunx --bun shadcn@latest add https://trents.tech/r/progress.json

Dependencies: @radix-ui/react-progress

Usage

example.tsx
import { Progress } from "@/components/ui/progress"

<Progress value={66} className="w-full max-w-sm" />
0