Progress
Displays an indicator showing the completion progress of a task, typically displayed as a progress bar.
Installation
npx neobrutal add progress
Usage
import { Progress } from "@/components/ui/progress"
<Progress value={33} />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| value | number | - | The progress value. |
| max | number | - | The maximum progress value. |