Rotating TextAnimated text that rotates through a list of strings.text PreviewCodeHelloHelloCopyimport RotatingText from "@/components/vritti/rotating-text"; export function RotatingTextExample() { return ( <div className="flex items-center justify-center p-8 text-2xl"> <RotatingText texts={["Hello", "World", "React", "Bits"]} /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/rotating-text"Copy Dependencies pnpmnpmyarnbunpnpm add motionCopy