1.0.4 • Published 3 years ago

react-ghost-loader v1.0.4

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

React Ghost Loader

npm install react-ghost-loader

or

yarn add react-ghost-loader

Showing a blank screen to your user while your data is being fetched from the server creates a bad experience. Instead, thanks to this package, you can show your user the skeleton of the page after the data has been taken.

Demo

Demo Link

Props

This component take some props for customizing

NameDescriptionType
rowhow many time repeat the loaderstring
widththis props define the GhostLoader's max widthstring
heightthis props define the GhostLoader's max heightstring
widthRandomamount of random widthnumber
heightRandomamount of random heightnumber