svelte-infinite-loading
An infinite scroll component for Svelte apps
About •
Features •
Documentation •
Examples •
License
About
An infinite scroll component for Svelte, to help you implement an infinite scroll list more easily.
This is heavily inspired by vue-infinite-loading and uses most of it's ideas and functionality!
Features
- Mobile friendly
- Internal spinners
- 2-directional support
- Load result message display
Install
With npm:
$ npm install svelte-infinite-loading
With yarn:
$ yarn add svelte-infinite-loading
Or, what I would recommend, with pnpm:
$ npm i -g pnpm
$ pnpm install svelte-infinite-loading
Documentation
You can find the documentation in the repository wiki
Examples
License
MIT License