Components
Loading preview...
A thinking block component that simulates AI processing/thinking time before responding.
npx shadcn@latest add https://21st.dev/r/preetsuthar17/ai-thinking-blockimport AIThinkingBlock from "@/components/ui/ai-thinking-block";
export default function DemoOne() {
return <AIThinkingBlock />;
}