npm.io
1.0.19 • Published 7 years ago

afrin

Licence
MIT
Version
1.0.19
Deps
2
Size
16 kB
Vulns
0
Weekly
0
Stars
1

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.

Keywords