Components
Loading preview...
fully customizable stunning wavy background
@bundui
npx shadcn@latest add https://21st.dev/r/bundui/wavyimport { WavyBackground } from "@/components/ui/wavy";
const DemoWavyBackground = () => {
return (
<div className="flex w-full h-screen justify-center items-center bg-black">
<WavyBackground>
</WavyBackground>
</div>
);
};
export { DemoWavyBackground };