1.1.0 • Published 5 years ago

react-infinite-nanobar v1.1.0

Weekly downloads
10
License
MIT
Repository
github
Last release
5 years ago

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.