ReactMultiDnD icon indicating copy to clipboard operation
ReactMultiDnD copied to clipboard

Multi-select Drag and Drop in React

Multi-select Drag and Drop in React

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:

  1. clone the repo
  2. yarn install
  3. yarn start
  4. go to http://localhost:3000/

This project was bootstrapped with Create React App.