Stagger CharsStaggered character animation that reveals alternate text on hovertextstaggercharacterhoveranimation PreviewCodeAHONIVEMAR TEMEDCopyimport StaggerChars from "@/components/vritti/stagger-chars"; export function StaggerCharsExample() { return ( <div className="relative flex h-[200px] w-full items-center justify-center overflow-hidden rounded-lg border"> <StaggerChars text="HOVER ME" hoverText="ANIMATED" className="text-5xl font-bold" hoverClassName="text-blue-500" direction="alternate" /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/stagger-chars"Copy Dependencies pnpmnpmyarnbunpnpm add motionCopy