Components
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.
npx shadcn@latest add https://21st.dev/r/chetanverma16/word-loaderLoading preview...
import WordLoader from "@/components/ui/word-loader";
export default function DemoOne() {
return <WordLoader />;
}