Typing AnimationCharacters appearing in typed animationtextanimationtypewriter PreviewCode|Copyimport { TypingAnimation } from "@/components/vritti/typing-animation"; export function TypingAnimationExample() { return ( <div className="flex items-center justify-center p-8"> <TypingAnimation>Hello World!</TypingAnimation> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/typing-animation"Copy Dependencies pnpmnpmyarnbunpnpm add motionCopy