A wrapper around spin.js, instantly useable
npm install react16-spinjs
This is build on top of the fantastic spinner library, spin.js. This exposes spin.js as a component.
``javascript
import ReactSpinner from 'react-spinjs';
// Put a default spinner
// Pass in a config object
// See the documentation for spin.js
// For convenience, pass in just a config
``