aymericbouzy / react-spinjs

A wrapper around spin.js, instantly useable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A wrapper around spin.js, instantly useable

License:Other


Languages

Language:JavaScript 100.0%