JSPM

@chakra-ui/skeleton

0.0.0-dev-20220813083358
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 382675
  • Score
    100M100P100Q176929F
  • License MIT

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

Package Exports

    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>