Progress Ring
CountersCircular progress indicator
progresscircularring
Installation
$
Usage
tsx
import { ProgressRing } from "@/components/nonaxial/progress-ring"
export default function Example() {
return (
<ProgressRing>{/* Your content here */}</ProgressRing>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |