'Create a Diagram of clickable Button with Reactjs

I am thinking about building a React component of a Diagram like thisenter image description here

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?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source