react-material-spinner

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i react-material-spinner

Weekly Downloads

11

Version

1.0.1

License

MIT

Last publish

Collaborators

  • gokulkrishh