https://github.com/bentatum/spinning-pizza
♻️ 🍕 A loading indicator set using animated emojis
https://github.com/bentatum/spinning-pizza
Last synced: about 2 months ago
JSON representation
♻️ 🍕 A loading indicator set using animated emojis
- Host: GitHub
- URL: https://github.com/bentatum/spinning-pizza
- Owner: bentatum
- License: isc
- Created: 2016-12-14T16:11:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-19T00:53:35.000Z (almost 8 years ago)
- Last Synced: 2025-03-12T10:49:36.562Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
#  spinning-pizza
[![npm][npm-image]][npm-url]
[![travis][travis-image]][travis-url]
[![standard][standard-image]][standard-url][npm-image]: https://img.shields.io/npm/v/spinning-pizza.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/spinning-pizza
[travis-image]: https://img.shields.io/travis/bentatum/spinning-pizza.svg?style=flat-square
[travis-url]: https://travis-ci.org/bentatum/spinning-pizza
[standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square
[standard-url]: http://npm.im/standard## Install
```
npm i spinning-pizza react-easy-emoji gsap recompose
```## Usage
```js
import { SpinningPizza } from 'spinning-pizza'
```### ``
| Prop | Type |
| :----------- | :----- |
| size | number |
| speed | number |### ``
| Prop | Type |
| :----------- | :----- |
| size | number |
| speed | number |### ``
| Prop | Type | Description |
| :----------- | :----- | :------------------------------------------------------- |
| size | number | |
| character | string | Pass any emoji here! 💃💃💃 |
| shade | number | 0-4 will give you various skin tones of the character, if it's available. |## Contributing
Contributions welcome! Please read the [contributing guidelines](CONTRIBUTING.md) first.
## License
[ISC](LICENSE.md)