RippleA backgrounds ripple componentbackgroundsbackground PreviewCodeCopyimport { Ripple } from "@/components/vritti/ripple"; export function RippleExample() { return ( <div className="relative h-[400px] w-full overflow-hidden rounded-lg border"> <Ripple /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/ripple"Copy