Progress
Displays an indicator showing the completion progress of a task, typically displayed as a progress bar.
Installation
npx shadcn@latest add https://scrollxui.dev/registry/progress.json Usage
import { Progress } from "@/components/ui/progress"<Progress variant="slim" value={33} />Examples
Default
Outline
Slim
API Reference
Progress
Displays an indicator showing the completion progress of a task, typically displayed as a progress bar.