1.0.0 • Published 4 years ago

react-virtual-scroll-auto v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

react-virtual-scroll-auto

Made with create-react-library

NPM JavaScript Style Guide

Install

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

Usage

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