Animated ButtonA button with shimmer, spin, and glow animations using CSS keyframes and custom propertiesanimationsbuttonshimmerglowcss-animation PreviewCodeClick MeGlow EffectCopy"use client" import { AnimatedButton } from "@/components/vritti/animated-button"; export function AnimatedButtonExample() { return ( <div className="relative flex h-[200px] w-full items-center justify-center gap-4 overflow-hidden rounded-lg border"> <AnimatedButton>Click Me</AnimatedButton> <AnimatedButton variant="glow" glow>Glow Effect</AnimatedButton> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/animated-button"Copy Dependencies pnpmnpmyarnbunpnpm add @radix-ui/react-slot class-variance-authorityCopy