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

Add `accessors` to `svelte:options` #39

Closed jonasgeiler closed 2 months ago

jonasgeiler commented 4 months ago

Will have to look up what this option does, but doesn't look like a big change.

jonasgeiler commented 2 months ago

Added with commit bab6c01. Thank you @dgallion1!