import { WordRotate } from "@/registry/magicui/word-rotate"
export default function WordRotateDemo() {
return (
<WordRotate
className="text-4xl font-bold text-black dark:text-white"
words={["Word", "Rotate"]}
/>
)
}
npx shadcn@latest add @magicui/word-rotate-demoimport { WordRotateDemo } from "@/components/word-rotate-demo"<WordRotateDemo />