UNPKG

react-material-spinner

Version:
38 lines (25 loc) 581 B
# react-material-spinner A material design based spinner react component ### [Demo](https://git.io/vwyRL) ![screenshot](https://raw.githubusercontent.com/gokulkrishh/react-material-spinner/dev/screenshot.png) ## Install: ```sh npm install --save react-material-spinner ``` ## Usage: ```js var MDSpinner = require('react-material-spinner'); <MDSpinner width={optional} /* Default 15px */ height={optional} /* Default 15px */ borderColor={optional} /* Default #4285f4 */ /> ``` ## Props: ```js width: string, height: string, borderColor: string ``` ### Licence MIT