Components
/
Progress
Progress
Displays an indicator showing the completion progress of a task, typically displayed as a progress bar.
Preview
Installation
CLI
npx shadcn@latest add https://ui.saturation.io/r/progress.jsonManual
Copy and paste the component source code into your project.
Usage
import { Progress } from '@/components/ui/progress'
<Progress value={33} />Examples
With Label
Progress0%
Controlled
API Reference
Progress
| Prop | Type | Default | Description |
|---|---|---|---|
value | number | - | The progress value (0-100). Use null for indeterminate state. |
className | string | - | Additional CSS classes |
On This Page
Deploy your Saturation UI app
Build beautiful, saturated interfaces with our component library.
Deploy to Vercel for the best performance and developer experience.