Orbit Loader
LoadersOrbiting dots loader
orbitdotscircular
Installation
$
Usage
tsx
import { OrbitLoader } from "@/components/nonaxial/orbit-loader"
export default function Example() {
return (
<OrbitLoader>{/* Your content here */}</OrbitLoader>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |