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