fully customizable stunning wavy background
import { 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 };
Part of Bundui — browse the full library on 21st.dev.