AI Text Loading
A sequential text reveal animation for AI response generation.
AIThinking...
Installation
bash
npm install motionUsage
tsx
import AITextLoading from '@/components/ui/ai-text-loading';
<AITextLoading
texts={["Generating..."]}
interval={1200}
/>