Flow
import { Flow } from "cx-diagrams"The Flow component is used to arrange cells into directional layouts called flow. The direction of the flow is controlled by the direction property. Distance between elements is controlled by the assigned gap, or by individual margins set on the cell components. Besides fixed margins (mt, mr, mb and ml), you can use start (ms) and end margins (me) to distance elements in the direction of the flow which will work nicely if you introduce rotation.
Please note the SVG elements such as
Rectangledo not affect the flow. OnlyCellelements affect the flow.