项目作者: znwang25

项目描述 :
Implement multiple selection using react-dnd and hooks.
高级语言: JavaScript
项目地址: git://github.com/znwang25/react-dnd-multiple-selection.git
创建时间: 2020-12-06T20:31:08Z
项目社区:https://github.com/znwang25/react-dnd-multiple-selection

开源协议:

下载


react-dnd-multiple-selection

This repo implements multiple selection drag and drop using the react-dnd library and react hooks.

You can try the live demo here.

Play with the CodeSandBox here.

This is 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.