Components
An animated AI reasoning panel that auto-scrolls a streaming chain-of-thought with an elapsed timer and fading edges.
Loading preview...
import AIThinking from "@/components/ui/ai-thinking";
export default function AIThinkingDemo() {
return (
<div className="flex min-h-[400px] w-full items-center justify-center p-6">
<AIThinking />
</div>
);
}