react-dnd-multiple-selection Star
I wrote a simple widget that implements multiple selection drag and drop behavior using the react-dnd
library and react
hooks.
This was inspired and based on @melvynhills ’s solution posted in this issue . But his implementation was using the legacy APIs, so I rewrote the component using new APIs as of 2020.