Svelte Infinite Scroll
Install
npm i svelte-scroll-infinite --save-dev
Props
Name | Type | Description | Required | Default |
---|---|---|---|---|
hasMore |
bool |
Indicator if there are any items to load | No | true |
threshold |
number |
Threshold to call loadMore | No | 100 |
Events
loadMore
- Call with offset
License
MIT © Taras Gordienko