Skip to main content

Agent Chat Indicator

An animated chat indicator for asynchronous states.

Usage

Features

  • Display a pulsing chat indicator
  • Select from three sizes: sm, md, and lg
  • Communicate asynchronous agent states to the user

Installation

pnpm dlx shadcn@latest add @agents-ui/agent-chat-indicator

Props

Prop nameTypeDefault
size?
enum
md
className?
string
ref?
Ref<HTMLSpanElement>
...props?
ComponentProps<'span'>