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