POLPOUI

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

PropTypeDefaultDescription
classNamestring--Additional className

Usage

<ChatTyping />

// With custom spacing
<ChatTyping className="ml-2" />

On this page