ChatTyping
Animated three-dot typing indicator.
An inline typing indicator with three animated bouncing dots. Used automatically inside ChatAssistantMessage when streaming is active and the message content is empty.
Preview
Default typing indicator
With custom className
Import
import { ChatTyping } from "@polpo-ai/chat";Props
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | -- | Additional className |
Usage
<ChatTyping />
// With custom spacing
<ChatTyping className="ml-2" />