I am thinking about building a React component of a Diagram like this
There is a 'remove' button below each node, clicking on it will trigger remove a node.
And there are external buttons below the 'remove' button to fire custom functions.
I was thinking about using a Library called KonvaJs: https://konvajs.org/ but it does not seem to work on my case.
Any ideas on Libraries that I can use for this?