react-checkbox-tree
react-checkbox-tree copied to clipboard
Add support for drag and drop
This component would be much more useful if it supported drag and drop.
The following methods are recommended:
- onDragEnd
- onDragEnter
- onDragLeave
- onDragOver
- onDragStart
- onDrop
As an example, these methods are supported by: https://github.com/react-component/tree
Will you be adding drag and drop? This looks like a really great component!