An open API service indexing awesome lists of open source software.

https://github.com/foxfirecodes/virtualized-dnd-grid

A demo showing how you can set up a virtualized grid of items w/ drag-n-drop, courtesy of dndkit
https://github.com/foxfirecodes/virtualized-dnd-grid

Last synced: about 1 year ago
JSON representation

A demo showing how you can set up a virtualized grid of items w/ drag-n-drop, courtesy of dndkit

Awesome Lists containing this project

README

          

# virtualized-dnd-grid

> A demo showing how you can set up a virtualized grid of items w/ drag-n-drop, courtesy of dndkit

## setup

```bash
# clone the repo
git clone git@github.com:rayzr522/virtualized-dnd-grid.git
cd virtualized-dnd-grid

# install deps
pnpm install

# start the dev server
pnpm dev

# check out the demo at http://localhost:5173
```