Text animation which fades in word by word
npx shadcn@latest add https://21st.dev/r/dillionverma/word-fade-in
Loading preview...
import { WordFadeIn } from "@/components/ui/word-fade-in" export function WordFadeInDemo() { return <WordFadeIn words="Word Fade In" />; }