Package Exports
- @chakra-ui/skeleton
- @chakra-ui/skeleton/dist/chakra-ui-skeleton.cjs.js
- @chakra-ui/skeleton/dist/chakra-ui-skeleton.esm.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@chakra-ui/skeleton) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@chakra-ui/skeleton
Skeleton 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”.
Installation
yarn add @chakra-ui/skeleton
# or
npm i @chakra-ui/skeleton
Import components
<Skeleton>
<span>Chakra ui is cool</span>
</Skeleton>