1.1.16 • Published 3 years ago

@rafcin/skeleton v1.1.16

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@rafcin/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 @rafcin/skeleton

# or

npm i @rafcin/skeleton

Import components

<Skeleton>
  <span>Fox ui is cool</span>
</Skeleton>