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