Glow ButtonButton with glowing effects and customizable glow colorsbuttonglowanimation PreviewCodeGet StartedCopyimport EnhancedGlowingButton from "@/components/vritti/glow-button" export function GlowButtonExample() { return ( <div className="flex items-center justify-center p-8"> <EnhancedGlowingButton href="#" text="Get Started" glowColor="#FFAA81" textColor="black" backgroundColor="#d1d1d1" /> </div> ) } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/glow-button"Copy