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