Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork11
An infinite scroll component for Svelte, to help you implement an infinite scroll list more easily.
License
jonasgeiler/svelte-infinite-loading
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
An infinite scroll component for Svelte apps
About •Features •Installation •Documentation •Examples •License
An infinite scroll component for Svelte, to help you implement an infinite scroll list more easily.
This is heavily inspired byvue-infinite-loading and uses most of its code and functionality!
- Mobile friendly
- Built-in spinners
- 2-directional support
- Load result message display
If you're using this component in a Sapper application, make sure to install the package to
devDependencies
!
More Details
With npm:
$ npm install svelte-infinite-loading
With yarn:
$ yarn add svelte-infinite-loading
Withpnpm (recommended):
$ npm i -g pnpm$ pnpm install svelte-infinite-loading
From CDN (viaunpkg):
<!-- UMD --><scriptsrc="https://unpkg.com/svelte-infinite-loading@^1/dist/svelte-infinite-loading.js"></script><!-- ES Module --><scriptsrc="https://unpkg.com/svelte-infinite-loading@^1/dist/svelte-infinite-loading.mjs"></script>
- Hacker News
- Hacker News with Filter
- Hacker News with Top Direction
- Hacker News using svelte-tiny-virtual-list
For more information on how to use this library, check thedocumentation!
You can find the documentation in therepository wiki
About
An infinite scroll component for Svelte, to help you implement an infinite scroll list more easily.
Topics
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.