jonasgeiler / svelte-tiny-virtual-list

A tiny but mighty list virtualization library for Svelte, with zero dependencies 💪 Supports variable heights/widths, sticky items, scrolling to index, and more!
https://svelte-tiny-virtual-list.jonasgeiler.com
MIT License
405 stars 23 forks source link

Switched to SvelteKit library template #42

Closed jonasgeiler closed 2 months ago

jonasgeiler commented 2 months ago

The component remains unchanged but I completely recreated the project using the create-svelte library template instead of the very old component template. This should improve compatibility with SvelteKit and newer Svelte versions, while also allowing me to embed the demos/examples in the repo instead of having them on Svelte REPL.

Fixes #32