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
- Host: GitHub
- URL: https://github.com/foxfirecodes/virtualized-dnd-grid
- Owner: foxfirecodes
- Created: 2023-06-22T23:00:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T22:20:14.000Z (over 2 years ago)
- Last Synced: 2025-01-09T01:27:41.123Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://virtualized-dnd-grid.vercel.app
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```