jb-infinite-scroll 1.2.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,6 +14,10 @@ Infinite scroll web-component with additional features including:
|
|
|
14
14
|
|
|
15
15
|
Demo in codepen: https://codepen.io/javadbat/pen/EaYGGEo
|
|
16
16
|
|
|
17
|
+
## using with JS frameworks
|
|
18
|
+
|
|
19
|
+
to use this component in **react** see [`jb-infinite-scroll/react`](https://github.com/javadbat/jb-infinite-scroll/tree/main/react);
|
|
20
|
+
|
|
17
21
|
## installation
|
|
18
22
|
```js
|
|
19
23
|
import "jb-infinite-scroll" from jb-infinite-scroll;
|