React Infinite Scroll Component
npm install react-scrolla[![NPM version][npm-image]][npm-url]
[![Build Status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![Dependency Status][david_img]][david_site]
> React Infinite Scroll Component
```
$ npm install react-scrolla
`js
var ReactScrolla = require('react-scrolla');
onPercentage={this.handleScrollToPercentage}
>
{items}
//=>
`
#### props
##### percentage
Type: number90
Default:
Which percentage when scroll over will trigger onPercentage.
##### onPercentage
Type: function
How to fetch more items.
##### isLoading
Type: booleanfalse
Default:
onPercentage will not be triggered when isLoading` is true.
MIT © C.T. Lin
[npm-image]: https://img.shields.io/npm/v/react-scrolla.svg?style=flat-square
[npm-url]: https://npmjs.org/package/react-scrolla
[travis-image]: https://travis-ci.org/chentsulin/react-scrolla.svg
[travis-url]: https://travis-ci.org/chentsulin/react-scrolla
[coveralls-image]: https://img.shields.io/coveralls/chentsulin/react-scrolla.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/chentsulin/react-scrolla
[david_img]: https://img.shields.io/david/chentsulin/react-scrolla.svg
[david_site]: https://david-dm.org/chentsulin/react-scrolla