sveltejs / svelte-virtual-list

A virtual list component for Svelte apps
https://svelte.dev/repl/f78ddd84a1a540a9a40512df39ef751b
Other
688 stars 58 forks source link

Array index passed to the item component #18

Open PaulMaly opened 6 years ago

PaulMaly commented 6 years ago

Sometimes we need to have index in the array inside of item component

hrj commented 6 years ago

CI seems to have failed for a silly reason:

Error: Couldn't find the required `xsel` binary. On Debian/Ubuntu you can install it with: sudo apt install xsel

Could be fixed by modifying the .travis.yml file to install xsel.

benmccann commented 2 years ago

Re the CI: we're migrated all the other repos to GitHub actions. Should probably do the same here

It looks like this PR would need a rebase