Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cht8687/react-busy
Show busy/loading indicators whenever you like.
https://github.com/cht8687/react-busy
Last synced: 10 days ago
JSON representation
Show busy/loading indicators whenever you like.
- Host: GitHub
- URL: https://github.com/cht8687/react-busy
- Owner: cht8687
- License: mit
- Created: 2016-01-25T10:44:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-25T12:15:04.000Z (almost 9 years ago)
- Last Synced: 2024-10-28T16:09:53.878Z (19 days ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/cht8687/help)
React Busy
![React busy](src/example/construction.png)
This module is currently under construction...
## Installation
### npm
```
$ npm install --save react-busy
```## Demo
[Demo](http://cht8687.github.io/react-busy/example/)
## Example code
[Code Example](https://github.com/cht8687/react-busy/blob/master/src/example/Example.js)
## Usage
## Development
```
$ git clone [email protected]:cht8687/react-busy.git
$ cd react-busy
$ npm install
$ webpack-dev-server
```Then
```
open http://localhost:8080/webpack-dev-server/
```## License
MIT