Progress
Displays an indicator showing the completion progress of a task.
Installation
pnpm dlx shadcn@latest add https://8bit.cnlibs.com/r/progress.jsonUsage
import { Progress } from "@/components/ui/progress";<Progress className="w-full max-w-md" value={60} />With Label
Add a ProgressLabel and ProgressValue to describe the current task.
Uploading