@teste-ui/skeleton
v2.0.9
Published
React component to render a placeholders while you wait for content to load
Downloads
30
Maintainers
Readme
@teste-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 @teste-ui/skeleton
# or
npm i @teste-ui/skeleton
Import components
<Skeleton>
<span>Chakra ui is cool</span>
</Skeleton>