React loading component
npm install react-loading 
Easy to use loading animations for React projects. Uses SVG animations from Brent Jackson's loading project.
```
npm i react-loading
or
``
yarn add react-loading
Check here
* blank
* balls
* bars
* bubbles
* cubes
* cylon
* spin
* spinningBubbles
* spokes
`javascript
import React from 'react';
import ReactLoading from 'react-loading';
const Example = ({ type, color }) => (
);
export default Example;
`
`javascript
import React from 'react';
import ReactLoading from 'react-loading';
const Example = ({ type, color }) => (
);
export default Example;
`
| Name | Type | Default Value |
|:------:|:------:|:---------------:|
| type | String | balls |
| color | String | #ffffff |''` |
| delay | Number | 0 (msecs) |
| height | Number or String | 64 (px) |
| width | Number or String | 64 (px) |
| className | String |
MIT