Skip to content

Example of a drag-and-drop capable virtual list in svelte with Tanstack Virtual and pragmatic-drag-and-drop

Notifications You must be signed in to change notification settings

rares-fodor/pragmatic-dnd-virtual-example

Repository files navigation

Reorderable virtual list example

This repository implements a drag-and-drop capable virtual list with:

Run locally

# Install dependencies
npm install
# Start dev server
npm run dev
# Alternatively, you can use the --host flag to listen all addresses.
# This is particularly useful if you want to run the server from a virtual machine with no browser access.
# You can use the host machine's browser to interact with the app.
npm run dev -- --host

About

Example of a drag-and-drop capable virtual list in svelte with Tanstack Virtual and pragmatic-drag-and-drop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published