README
React Infinite Nanobar is a simple React component to render a nanobar loader with infinite loading time. To use this component,
npm install react-sliding-nanobar
import ReactSlidingNanobar from 'react-sliding-nanobar';
const options = {
color: 'green'
};
<App>
<ReactSlidingNanobar options={options} />
</App>
Render the component consitionallty based on the requirements.