customable react loading component
npm install react-loading-components```
npm i react-loading-components
or
``
yarn add react-loading-components
`javascript
import React from 'react';
import Loading from 'react-loading-components';
const Example = () => (
);
export default Example;
`
| Name | Type | Default Value |
|:------:|:------:|:---------------:|
| type | String | audio |
| fill | String | #ffffff` |
| height | Number or String | 64 (px) |
| width | Number or String | 64 (px) |
ISC