Word RotateA vertical rotation of wordstextanimationtransform PreviewCodeWordCopyimport { WordRotate } from "@/components/vritti/word-rotate"; export function WordRotateExample() { return ( <div className="flex items-center justify-center p-8"> <WordRotate className="text-4xl font-bold text-black dark:text-white" words={["Word", "Rotate"]} /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/word-rotate"Copy Dependencies pnpmnpmyarnbunpnpm add motionCopy