diff --git a/README.md b/README.md index 9e07084..43ade2d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # react-infinite-scroll-component [](https://www.npmjs.com/package/react-infinite-scroll-component) [](https://www.npmjs.com/package/react-infinite-scroll-component) + + [](#contributors-) + A component to make all your infinite scrolling woes go away with just 4.15 kB! `Pull Down to Refresh` feature @@ -51,28 +54,47 @@ added. An infinite-scroll that actually works and super-simple to integrate! ## Using scroll on top +> use `transform: scaleY(-1)` + ```jsx
+ Yay! You have seen it all +
+ } scrollableTarget="scrollableDiv" + // below props only if you need pull up functionality + refreshFunction={this.refresh} + pullDownToRefresh + pullDownToRefreshThreshold={50} + pullDownToRefreshContent={ +