react-draggable
react-draggable copied to clipboard
Drag and drop a copy of component
trafficstars
I would like to drag a component and drop a copy of a component. So if I started with one draggable component and drag/dropped it into a box, there should now be 2 components, 1 out and 1 in the box. if I drag the original component again there should now 1 original outside and 2 copy in the box. How to implement this feature?