svelte-infinite-loading
svelte-infinite-loading copied to clipboard
An infinite scroll component for Svelte, to help you implement an infinite scroll list more easily.
This library is fantastic. Thank you for building this. I thought I would write a suggestion to make it explicit the `infiniteHandler` working. I ran into an issue where I...
Currently infinite loading works with vertical lists it would be great if horizontal lists could also be supported. Thanks
Hi Skayo, thanks for this library! :) I'm trying svelte-infinite-loading and tiny-virtual-list out, on a grid of Bootstrap column elements (flex columns, not CSS Grid, because i need to support...
Hello, I'm getting this error, even that it is working nice, but idk how to fix it. I'm running sapper/firebase ``` Uncaught (in promise) TypeError: Cannot read property 'offsetWidth' of...
Check out the changes by this fork. Looks okay.
Check out if I should add this proposed attribute from this fork.
I don't think this is needed after migrating to the SvelteKit library template, but I'll leave this here for reference.
Check out this fork and see if this fork is still needed.
``` 9:29:01 AM [vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte. [email protected] Please see https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition for details. ``` The recommended...