WavesAn animated waves background effect.background PreviewCodeCopyimport Waves from "@/components/vritti/waves"; export function WavesExample() { return ( <div className="relative h-[400px] w-full overflow-hidden rounded-lg"> <Waves /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/waves"Copy