4.0.0 • Published 6 years ago

react-spinjs-new v4.0.0

Weekly downloads
159
License
MIT
Repository
github
Last release
6 years ago

React SpinJS

npm

This is build on top of the fantastic spinner library, spin.js. This exposes spin.js as a component.

Usage

import ReactSpinner from 'react-spinjs';

// Put a default spinner
<ReactSpinner/>

// Pass in a config object
// See the documentation for spin.js
<ReactSpinner config={configObject}/>

// For convenience, pass in just a config
<ReactSpinner color="white"/>
4.0.0

6 years ago