<Skeleton.Circle diameter="3rem" />
Skeleton.Circle Props
In addition to the props listed below, the Skeleton.Circle component can accept any valid HTML div props.Must be a valid CSS value.
<Skeleton.Pill width="200px" />
Skeleton.Pill Props
In addition to the props listed below, the Skeleton.Pill component can accept any valid HTML div props.Must be a valid CSS value.
<Skeleton.Rectangle height="100px" />
Skeleton.Rectangle Props
In addition to the props listed below, the Skeleton.Rectangle component can accept any valid HTML div props.Must be a valid CSS value.
<Skeleton.Text variant="body" rows={1} />
Skeleton.Text Props
In addition to the props listed below, the Skeleton.Text component can accept any valid HTML div props.Number of text lines to display. Only works with variant="body".
variant
"body" | "headline"
default:"body"