1.0.19 • Published 5 years ago

afrin v1.0.19

Weekly downloads
3
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-infinite-nanobar
import ReactSlidingNanobar from 'react-sliding-nanobar';

const options = {
  color: 'green'
};

ReactDOM.render(
    <ReactSlidingNanobar options={options} />,
    document.getElementById('root') as HTMLElement
);

Render the component consitionallty based on the requirements.