Ripple ButtonA buttons ripple button componentbuttonsbutton PreviewCodeClick meCopyimport { RippleButton } from "@/components/vritti/ripple-button"; export function RippleButtonExample() { return ( <div className="flex items-center justify-center p-8"> <RippleButton>Click me</RippleButton> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/ripple-button"Copy