Resize and Rotate
This example shows how to implement a custom node
that can be resized and rotated using the <NodeResizer />
.
component. It can be used as a starting point for building flow chart editors or
diagrams where users can configure the size and rotation of the elements.
This used to be a pro example using the moveable (opens in a new tab) library. Because React Flow now supports resizing through the NodeResizer component, the pro example has been deprecated!