https://github.com/mleko/react-load-overlay
https://github.com/mleko/react-load-overlay
loading loading-animation loading-indicator loading-overlay loading-spinner overlay react
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mleko/react-load-overlay
- Owner: mleko
- License: mit
- Created: 2017-01-27T16:41:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-27T09:53:41.000Z (almost 9 years ago)
- Last Synced: 2024-04-24T16:04:41.158Z (almost 2 years ago)
- Topics: loading, loading-animation, loading-indicator, loading-overlay, loading-spinner, overlay, react
- Language: TypeScript
- Size: 36.1 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# react-load-overlay
## Demo
Live demo is available https://mleko.gitlab.io/react-load-overlay/
## Installation
Library can be installed via [npm](https://www.npmjs.com/package/react-load-overlay).
```
$ npm install react-load-overlay
```
## Running examples
*Have `node.js` and `npm` installed.*
1. Clone this repo.
2. Run `npm install` to get all dependencies.
3. Run `npm start` to run Webpack dev server.
### [License (MIT)](LICENSE.md)