Reputation: 1752
https://codesandbox.io/s/react-drag-div-ddkfg9?file=/src/index.js
If you run the above codesandbox .. you'll see a div in the top left corner which is draggable. But when you drag this div, it:
How do I:
Upvotes: 0
Views: 244
Reputation: 1752
Thanks to Yogi's comment, was able to get a proof-of-concept of drag-and-place in react working https://codesandbox.io/s/react-drag-div-forked-ymy3t7?file=/src/index.js
Upvotes: 1