Components
An animated loading indicator that cycles through status text with a shimmering gradient sweep, ideal for AI thinking or processing states.
Loading preview...
import AITextLoading from "@/components/ui/ai-text-loading";
export default function Demo() {
return (
<div className="flex min-h-[300px] w-full items-center justify-center">
<AITextLoading />
</div>
);
}