react16-spinjs

A wrapper around spin.js, instantly useable

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
react16-spinjs
3.0.16 years ago6 years agoMinified + gzip package size for react16-spinjs in KB

Readme

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"/>