Progress
Shows task completion progress.
Installation
bunx bearnie add progressbunx bearnie add progress
bunx bearnie add progress
pnpm dlx bearnie add progresspnpm dlx bearnie add progress
pnpm dlx bearnie add progress
yarn dlx bearnie add progressyarn dlx bearnie add progress
yarn dlx bearnie add progress
Usage
import { Progress } from "@/components/bearnie/progress"
<Progress value={60} />
Anatomy
Progress - A single progress bar element
Props
Progress
| Prop |
Type |
Default |
Description |
| value |
number |
0 |
Current progress value |
| max |
number |
100 |
Maximum value |
| class |
string |
- |
Additional CSS classes |