Hyper TextA text animation that scrambles letters before revealing the final text.textanimation PreviewCodeHOVER ME!Copyimport { HyperText } from "@/components/vritti/hyper-text"; export function HyperTextExample() { return ( <div className="flex items-center justify-center p-8"> <HyperText>Hover Me!</HyperText> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/hyper-text"Copy Dependencies pnpmnpmyarnbunpnpm add motionCopy