An animated loader that cycles through a set of words, showing each with a blur-fade-in effect, then fades out before showing the next.
import WordLoader from "@/components/ui/word-loader"; export default function DemoOne() { return <WordLoader />; }
Part of chetanverma/ui — browse the full library on 21st.dev.