https://github.com/buraksakalli/react-iskelet
💀🚀 Quick-loading React skeleton screens for a snappy UI experience!
https://github.com/buraksakalli/react-iskelet
hacktoberfest nextjs-loading-skeleton nextjs-skeletons react react-loading-skeleton react-skeleton react-skeletons
Last synced: 28 days ago
JSON representation
💀🚀 Quick-loading React skeleton screens for a snappy UI experience!
- Host: GitHub
- URL: https://github.com/buraksakalli/react-iskelet
- Owner: buraksakalli
- License: mit
- Created: 2022-04-24T10:21:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-17T17:39:08.000Z (11 months ago)
- Last Synced: 2025-10-10T16:55:29.884Z (8 months ago)
- Topics: hacktoberfest, nextjs-loading-skeleton, nextjs-skeletons, react, react-loading-skeleton, react-skeleton, react-skeletons
- Language: TypeScript
- Homepage: https://iskelet.buraksakalli.org
- Size: 147 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Iskelet
[](https://badge.fury.io/js/react-iskelet)
React Iskelet(iskelet means skeleton in Turkish), provides a tiny skeleton loaders.

## Usage
```bash
yarn add react-iskelet
#or
npm i react-iskelet
```
```tsx
import Skeleton from "react-iskelet";
;
;
```
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.