react-load-overlay
Demo
Live demo is available https://mleko.gitlab.io/react-load-overlay/
Installation
Library can be installed via npm.
$ npm install react-load-overlay
Running examples
Have node.js
and npm
installed.
- Clone this repo.
- Run
npm install
to get all dependencies. - Run
npm start
to run Webpack dev server.