Adding drag and drop connectors in react-konva

515 Views Asked by At

I'm using react-konva and I'm trying to add connector lines between circles by dragging from one circle and then dropping it on the other circle to be connected. So far I have tried it by clicking the circles to create a line between them and made it draggable as a group. Here's the CodeSandBox. Any help is appreciated

0

There are 0 best solutions below