Skip to Content

Skeleton

import { Skeleton } from '@gg-software/ui'; <Skeleton lines={3} /> // text lines <Skeleton variant="circle" width={40} height={40} /> // avatar placeholder <Skeleton variant="rect" height={80} /> // image/card placeholder

Props

PropTypeDefaultDescription
variant"circle" | "text" | "rect"text
widthstring | number
heightstring | number
linesnumber1number of lines (text variant only)
animatedbooleantrue
classNamestring

* required · generated from packages/ui/src/display/Skeleton/Skeleton.tsx