Dynamic TextAnimated text that rapidly cycles through greetings in different languages before settling on the final one.text PreviewCodeHelloCopy"use client"; import DynamicText from "@/components/vritti/dynamic-text"; export function DynamicTextExample() { return ( <div className="flex items-center justify-center p-8"> <DynamicText /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/dynamic-text"Copy Dependencies pnpmnpmyarnbunpnpm add motionCopy