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
import SkeletonItem from '@hig/skeleton-item';
import '@hig/skeleton-item/build/index.css';
<SkeletonItem maxWidth="400px" marginBottom="24px" />