# react-virtual-scroll-auto

> Made with create-react-library

Latest version **1.0.0** (published 2020-04-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-virtual-scroll-auto
pnpm add react-virtual-scroll-auto
yarn add react-virtual-scroll-auto
bun add react-virtual-scroll-auto
```

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2020-04-21 |
| First published | 2020-04-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Node | >=10 |
| Dependencies | 0 |
| Unpacked size | 17.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Mikhe |
| Maintainers | mikhe |

## Links

- npm: https://www.npmjs.com/package/react-virtual-scroll-auto
- Repository: https://github.com/Mikhe/react-virtual-scroll-auto
- Homepage: https://github.com/Mikhe/react-virtual-scroll-auto#readme
- Issues: https://github.com/Mikhe/react-virtual-scroll-auto/issues
- npm.io page: https://npm.io/package/react-virtual-scroll-auto

## Recent versions

- 1.0.0 (latest) — 2020-04-21

## README

# react-virtual-scroll-auto

> Made with create-react-library

[![NPM](https://img.shields.io/npm/v/react-virtual-scroll-auto.svg)](https://www.npmjs.com/package/react-virtual-scroll-auto) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save react-virtual-scroll-auto
```

## Usage

```jsx
import React from 'react'

import { VirtualScroll } from 'react-virtual-scroll-auto'

class Example extends Component {
  render() {
    return <VirtualScroll
       items={items}                /* array of children */
       itemCount={items.length}     /* quantity of children */
       rowHeight={50}               /* row basic height */
       containerHeight={200}        /* container height */
    />
  }
}
```

## License

MIT © [Mikhe](https://github.com/Mikhe)

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