1.0.1 • Published 8 years ago

react-material-spinner v1.0.1

Weekly downloads
9
License
MIT
Repository
github
Last release
8 years ago

react-material-spinner

A material design based spinner react component

Demo

screenshot

Install:

npm install --save react-material-spinner

Usage:

var MDSpinner = require('react-material-spinner');

<MDSpinner
  width={optional} /* Default 15px */
  height={optional} /* Default 15px */
  borderColor={optional} /* Default #4285f4 */
/>

Props:

width: string,
height: string,
borderColor: string

Licence

MIT