The Skeleton Item component renders a rectangular loading indicator, meant to serve as a placeholder until your actual content is ready to be rendered.
yarn add @hig/skeleton-item @hig/theme-context @hig/theme-data
import SkeletonItem from '@hig/skeleton-item';
<SkeletonItem maxWidth="400px" marginBottom="24px" />
Use the className
prop to pass in a css class name to the outermost container of the component. The class name will also pass down to most of the other styled elements within the component.