Spinner Component for react.
Build with webpack and CSS Modules
<Ispinner width={20} />| name | type | default | description |
|---|---|---|---|
| width | number | 20 | width and height for spinner element |
| type | string | white | spinner type, could be white and gray |
| animating | boolean | true | add animating class to spinner if true |
Other properties goes to underneath div element.
MIT