react-easy-infinite-scroll-hook
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "react-easy-infinite-scroll-hook", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "This hook allows you to create simple, lightweight components with infinite scrolling in all directions, supporting both windowed and scrollable elements.", |
@@ -17,3 +17,3 @@ # react-easy-infinite-scroll-hook | ||
- ⏬ **Universal** - Ability to use all types of scrollable elements or [react-virtualized](https://www.npmjs.com/package/react-virtualized) components | ||
- ⏬ **Universal** - Ability to use all types of scrollable elements or any [react-virtualized](https://www.npmjs.com/package/react-virtualized) components | ||
- 📦 **Support for all loading directions** - You can scroll the component indefinitely in the direction you want or all at once (`up`, `down`, `left`, `right`) | ||
@@ -73,2 +73,6 @@ - 📏 **No need to specify heights** - No need to pass the dimensions of the component, scrollbar or element | ||
This hook supports all [react-virtualized](https://www.npmjs.com/package/react-virtualized) components (`Collection`, `Grid`, `MultiGrid`, `List`, `Masonry`, `Table`). | ||
Try it live: | ||
| List | [![Edit useInfiniteScroll](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/react-easy-infinite-scroll-hook-virtualized-mdfpyu) | | ||
@@ -75,0 +79,0 @@ | :--: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | |
74959
193