Sakani

Skeleton

Placeholder shapes that hold a layout's geometry while its data is still loading.

Variants

Match the real shape

A skeleton earns its keep by reserving the exact space the loaded content will take. If the placeholder and the real thing are different heights, you've just moved the layout shift rather than removed it.

Table rows

Props

PropTypeDefaultDescription
variant'text' | 'rect' | 'circle''text'Shape. Text gets a line-height-sized bar, circle a fully rounded one.
widthstring | numberDefaults to 100% for text/rect, and to the size for circle. Percentages work.
heightstring | numberDefaults to 1em for text, 100% for rect, and the size for circle.