Components
Loading preview...
Morphing Text Component
npx shadcn@latest add https://21st.dev/r/erikvalencia1/morphing-textimport { MorphingText } from "@/components/ui/morphing-text";
export default function DemoOne() {
return <MorphingText
words={["incredible", "stunning", "powerful", "innovative", "beautiful"]}
className="text-6xl"
/>
}