solid-virtual-container
solid-virtual-container copied to clipboard
Virtual list/grid for solid-js
Hi there, I'm currently vetting this package for use in a side project. It however isn't possible given that the package attempts to access `document` and `ResizeObserver` which trips up...
On Firefox there is a bug on scroll-linked https://firefox-source-docs.mozilla.org/performance/scroll-linked_effects.html
is there a way to call a function every time you scrolled all the visible elements?
I'm making an emoji picker. I have an array like this: ```js [ {headerName: 'Flags'}, {emoji: 'eu_flag'}, {emoji: 'us_flag'}, {headerName: 'Faces'}, {emoji: 'joy'}, ... ] ``` Is there anyway to...
The content of the item is different, some have thousands of characters, others have only a few characters.