An open API service indexing awesome lists of open source software.

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!

Awesome Lists containing this project

README

          

# React Iskelet

[![npm version](https://badge.fury.io/js/react-iskelet.svg)](https://badge.fury.io/js/react-iskelet)

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

react-skeleton-loader

## 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.