This is an example to show how to multi-select items and drag and drop them using the react-dnd library.
You can test this at https://nikhilbaradwaj.github.io/ReactMultiDnD/
To compile and run:
- clone the repo
- yarn install
- yarn start
- go to http://localhost:3000/
This project was bootstrapped with Create React App.