React component to render a placeholders while you wait for content to load
npm install @chakra-ui/skeletonSkeleton page is used to provide a low fidelity representation of the user
interface (UI) before content appears on the page
A skeleton screen is a user experience pattern that’s shown to reduce load time
frustration. They create better “perceived performance”.
``sh
yarn add @chakra-ui/skeleton
npm i @chakra-ui/skeleton
`
`jsx`
import { Skeleton } from "@chakra-ui/skeleton"
`jsx``
Chakra ui is cool