Skip to content

πŸ’€πŸš€ Quick-loading React skeleton screens for a snappy UI experience!

License

Notifications You must be signed in to change notification settings

buraksakalli/react-iskelet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

22 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

React Iskelet

npm version

React Iskelet(iskelet means skeleton in Turkish), provides a tiny skeleton loaders.

react-skeleton-loader

Usage

yarn add react-iskelet
#or
npm i react-iskelet
import 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

Props Type Required
type Type βœ“
count? number βœ–

Available Types

Type
text
title
thumbnail
avatar

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.