Joint js Ports in react.
Ports are used to create connection points on elements.
They are used to create links between elements.
Ports are not positions by default, they are not part of the real element node,
so when need to position the ports, you need to use the Port.Group component with positioning inside.
So you can set the position of the group and the ports will be positioned according to the group.
Joint js Ports in react. Ports are used to create connection points on elements. They are used to create links between elements. Ports are not positions by default, they are not part of the
real
element node, so when need to position the ports, you need to use thePort.Group
component with positioning inside. So you can set the position of the group and the ports will be positioned according to the group.Example