SShinUI

Typing Dots

A compact typing indicator pill — the pattern every chat UI needs, without pulling in a full messaging library.

chattypingloadingmessaging

Usage

Drop the file into your project and import it. There is no package to install.

usage.tsx
import { TypingDots } from "@/registry/components/typing-dots";

export function Example() {
  return <TypingDots />;
}

Install prerequisites

Every component here relies only on Tailwind and the cn helper from shadcn/ui.

terminal
npm i clsx tailwind-merge

More in AI UI