Flip Loader
LoadersFlipping square loader
flipsquare3d
Installation
$
Usage
tsx
import { FlipLoader } from "@/components/nonaxial/flip-loader"
export default function Example() {
return (
<FlipLoader>{/* Your content here */}</FlipLoader>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |