React Iskelet(iskelet means skeleton in Turkish), provides a tiny skeleton loaders.
yarn add react-iskelet
#or
npm i react-iskeletimport Skeleton from "react-iskelet";
<Skeleton type={option} />;
<Skeleton type="text" count={5} />;Skeleton component extended with div element, allows manipulating div attributes like className.
| Props | Type | Required | 
|---|---|---|
| type | Type | β | 
| count? | number | β | 
| Type | 
|---|
| text | 
| title | 
| thumbnail | 
| avatar | 
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
