Skeleton

A muted placeholder that holds space until real content arrives. Static—no pulse. Pulse cycles look broken when data resolves in <100ms.

Sizes
<Skeleton className="h-3 w-24" />
In a Card
<Card>
  <Skeleton className="h-4 w-32" />
  <Skeleton className="h-3 w-full" />
</Card>
List Rows
<Skeleton className="h-10 w-full" />