Skeleton

Components

Skeleton

A quiet loading placeholder that preserves rough content shape without pretending to be content.

Variants

Text fills its line, block preserves a larger region, and circle stands in for compact imagery such as an avatar.

tsx
<Skeleton variant="circle" />
<Skeleton />
<Skeleton size="sm" />
<Skeleton variant="block" size="sm" />

Accessibility

Skeletons are decorative and hidden from assistive technology. Name the containing loading region, and replace the placeholders when real content arrives. The pulse stops under reduced motion.