react-easy-infinite-scroll-hook
Advanced tools
Comparing version 1.3.6 to 1.3.7
{ | ||
"name": "react-easy-infinite-scroll-hook", | ||
"version": "1.3.6", | ||
"version": "1.3.7", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "A react hook for creating simple, fast and lightweight components with infinite scrolling in any direction, supporting both windowed and scrollable elements.", |
@@ -41,6 +41,6 @@ # react-easy-infinite-scroll-hook | ||
You can create infinite scrolling in any direction and in any pair, for example: `up-down`, `down-right`, `etc.` and even `all` at once. | ||
### Simple Example | ||
You can create infinite scrolling in any direction and in any pair, for example: `up-down`, `down-right`, `etc.` and even `all` at once. | ||
[![Edit useInfiniteScroll](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/react-easy-infinite-scroll-hook-6w9szb) | ||
@@ -47,0 +47,0 @@ |