# afrin

> React Sliding Nanobar Component for npm

Latest version **1.0.19** (published 2019-02-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install afrin
pnpm add afrin
yarn add afrin
bun add afrin
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.19 |
| Published | 2019-02-18 |
| First published | 2019-02-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 16.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Afrin Athar |
| Maintainers | afrin |
| Keywords | react, animated nanobar |

## Links

- npm: https://www.npmjs.com/package/afrin
- Repository: https://github.com/Affz/react-sliding-nanobar
- Homepage: https://github.com/Affz/react-sliding-nanobar#readme
- Issues: https://github.com/Affz/react-sliding-nanobar/issues
- npm.io page: https://npm.io/package/afrin

## Dependencies (2)

- [css-loader](https://npm.io/package/css-loader.md) ^2.1.0
- [style-loader](https://npm.io/package/style-loader.md) ^0.23.1

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 1.0.19 (latest) — 2019-02-18

## README

React Infinite Nanobar is a simple React component to render a nanobar loader with infinite loading time. To use this component,


```javascript
npm install react-infinite-nanobar

```

```javascript
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.

---
_Source: https://npm.io/package/afrin · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
