Zero configuration loading spinner.
npm install react-spinnerZero configuration loading spinner.
Live demo from the example folder. (To build it locally, clone this repo, npm install && npm start then open http://localhost:3000/example/)
Bower:
``sh`
bower install react-spinner
Npm:
`sh`
npm install react-spinner
Plain old script tag:
`html`
(Compatible with CommonJS, e.g. Browserify.)
The CSS file:
`html`
The spinner
#### <Spinner />
Adds the spinner, which centers itself based on its container's dimensions. If those are not predefined, simply manually center it by adding more style rules to the exposed .react-spinner class here.
You can also override the .react-spinner's width and height` if you want a bigger or smaller spinner. Everything resizes correctly.
MIT.