Components
Skeleton

Skeleton

Skeletons compose a low-fidelity representation of content that will load. They appear when the entire page is loading and take up to 5s.

Optional props

shape

Skeleton shape

type
circle
rect
default
rect

width

CSS width

type
Property.Width<0
(string & {})>
default
100%

height

CSS height

type
Property.Height<0
(string & {})>
default
100%

Related components