0.1.0-alpha.2 • Published 4 years ago

@bianic-ui/skeleton v0.1.0-alpha.2

Weekly downloads
1
License
MIT
Repository
gitlab
Last release
4 years ago

@bianic-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 @bianic-ui/skeleton

# or

npm i @bianic-ui/skeleton

Import components

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