Components

Skeleton

Skeleton — a shimmering placeholder that stands in for content while it loads, so the layout holds its shape instead of jumping when data arrives. Size it with `className` (Tailwind width/height/rounded utilities) to mirror the real element it replaces — a line of text, an avatar, a card — and set `shape="circle"` for round placeholders. Render one per incoming element and swap it for the real content once loaded; it is purely decorative, marked `aria-busy` so assistive tech announces the pending state rather than reading an empty box.