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.
Loading preview...
import WordLoader from "@/components/ui/word-loader";
export default function DemoOne() {
return <WordLoader />;
}