JSPM

@chakra-ui/skeleton

2.0.8
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 382128
  • Score
    100M100P100Q179726F
  • License MIT

React component to render a placeholders while you wait for content to load

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>