react-infinite-nanobar

React Sliding Nanobar Component for npm

Usage no npm install needed!

<script type="module">
  import reactInfiniteNanobar from 'https://cdn.skypack.dev/react-infinite-nanobar';
</script>

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.