svelte-infinite-loading
Advanced tools
Comparing version 1.1.4 to 1.1.5
{ | ||
"name": "svelte-infinite-loading", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "An infinite scroll component for Svelte apps", | ||
@@ -5,0 +5,0 @@ "svelte": "src/InfiniteLoading.svelte", |
@@ -20,3 +20,3 @@ <p align="center"><img src="https://raw.githubusercontent.com/Skayo/svelte-infinite-loading/master/assets/InfiniteLogo.svg" alt="InfiniteLogo" width="225"></p> | ||
An infinite scroll component for Svelte, to help you implement an infinite scroll list more easily. | ||
This is heavily inspired by [vue-infinite-loading](https://peachscript.github.io/vue-infinite-loading/) and uses most of it's ideas and functionality! | ||
This is heavily inspired by [vue-infinite-loading](https://peachscript.github.io/vue-infinite-loading/) and uses most of its ideas and functionality! | ||
@@ -49,10 +49,11 @@ ### Features | ||
### Sapper | ||
## Documentation | ||
If you're using this component in a Sapper application, | ||
make sure to install the package to `devDependencies` rather than `dependencies`! | ||
[More Details](https://github.com/sveltejs/sapper-template#using-external-components) | ||
You can find the documentation in the [repository wiki](https://github.com/Skayo/svelte-infinite-loading/wiki) | ||
## Examples / Demo | ||
## Examples | ||
- [Hacker News](https://svelte.dev/repl/c053fb0b13154b07a503ac04e0cb2c66) | ||
@@ -62,5 +63,12 @@ - [Hacker News with Filter](https://svelte.dev/repl/73d404d5a26a47db969c4ebc154e8079) | ||
For more information on how to use this library, check the [documentation](https://github.com/Skayo/svelte-infinite-loading/wiki)! | ||
## Documentation | ||
You can find the documentation in the [repository wiki](https://github.com/Skayo/svelte-infinite-loading/wiki) | ||
## License | ||
[MIT License](https://github.com/Skayo/svelte-infinite-loading/blob/master/LICENSE.md) |
26044
71