UNPKG

laif-ds

Version:

Design System di Laif con componenti React basati su principi di Atomic Design

22 lines (15 loc) 267 B
# 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> ); } ```