Three dots loader for Reactjs Applications
npm install react-animated-dots
![license]()

``shell
npm install --save react-animated-dots
yarn add react-animated-dots
`
file:`javascript
import React from 'react';
import { Dot } from 'react-animated-dots';const App = () => {
return (
// Each is a in itself
// You can include as much as you want
.
.
.
);
};export default App;
`Updating this package
If there's a change made in the src directory of this package, please consider running these commands in order, before publishing a major/minor/patch version over npm registery.`shell
!important
$ npm run dist$ npm publish
``---
#### License
MIT