Morphing TextA dynamic text morphing component.textanimation PreviewCodeCopyimport { MorphingText } from "@/components/vritti/morphing-text"; const texts = [ "Hello", "Morphing", "Text", "Animation", "React", "Component", ]; export function MorphingTextExample() { return ( <div className="flex items-center justify-center p-8"> <MorphingText texts={texts} /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/morphing-text"Copy