Text TypeTypewriter effect that types and deletes text with a blinking cursor.texttypewriter PreviewCode|Copyimport TextType from "@/components/vritti/text-type"; export function TextTypeExample() { return ( <div className="flex items-center justify-center p-8 text-2xl"> <TextType text={["Hello World", "Welcome to Vritti", "Vritti UI"]} /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/text-type"Copy Dependencies pnpmnpmyarnbunpnpm add gsapCopy