Progress
A glowing accent bar for determinate progress.
Install
npx shadcn add @clearly/progressPreview
65%
Usage
import { Progress } from "@/components/ui/progress"
<Progress />Every Clearly component also accepts glass (subtle·medium·strong), specular and className.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
value | number | — | Fill percentage 0–100. |