# TypingIndicator

## Overview

Animated three-dot typing indicator for chat UIs.

---

## Example

```tsx
import { TypingIndicator } from "laif-ds";

export function ChatFooter() {
  return (
    <div className="p-2">
      <TypingIndicator />
    </div>
  );
}
```
