- Components
- progress-bar-circle
Progress Bar Circle
Circular indicator of task or loading progress.
Demo
Preview
Code
import { ProgressCircle } from "@/components/jk/progress-bar-circle"
export const DemoProgressCircle = () => {
return (
<>
<ProgressCircle className="text-primary" value={40} maxValue={90} />
</>
)
}
Installation
terminal
npx shadcn@latest add @jk-ui/circular-progressbar