pragmatic-dnd-virtual-example

Pragmatic Dnd Virtual Example

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

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

Top categories

Loading Svelte Themes