Wave Animation
BackgroundsAnimated wave layers
wavelayersanimation
Installation
$
Usage
tsx
import { WaveAnimation } from "@/components/nonaxial/wave-animation"
export default function Example() {
return (
<WaveAnimation>{/* Your content here */}</WaveAnimation>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |