Typing Indicator

Chat bubble with three staggered dots. Signals that the other side is typing.

SB

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Chat2 } from "@/components/beste/piece/chat2";

<Chat2
  avatarSrc="https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=200&h=200&fit=crop&crop=face"
  avatarAlt="Sarah Brown"
  fallback="SB"
/>