Rotate Loader
LoadersRotating arc loader
rotatearcspinner
Installation
$
Usage
tsx
import { RotateLoader } from "@/components/nonaxial/rotate-loader"
export default function Example() {
return (
<RotateLoader>{/* Your content here */}</RotateLoader>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |