Skeleton

Maintainer:
ogonkov
GitHub
import {Skeleton} from '@gravity-ui/uikit';

The Skeleton component displays a placeholder preview of your content before the data gets loaded. This preview is shown in order to reduce the loading time frustration.

Properties

NameDescriptionTypeDefault
styleCustom CSS properties for root elementReact.CSSProperties
classNameCustom CSS class for the root elementstring
qadata-qa HTML attribute, used for testingstring
animationAnimation type to apply to the skeleton'gradient' | 'pulse' | 'none'gradient