You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(flow): add vertical orientation
Wires up the previously no-op `orientation="vertical"` prop on Flow. The
connector path routing and parallel-branch geometry already handled the
vertical axis; this fills the remaining gap in FlowNodeList's top-level
connector computation and makes the node list lay out top-to-bottom, with
`align` controlling cross-axis (horizontal) alignment.
Adds vertical demos, docs, and tests.
* chore: add changeset for flow vertical orientation
Add `orientation="vertical"` support to `Flow` for laying out nodes top-to-bottom. The `align` prop now controls cross-axis alignment in both orientations.
0 commit comments