Group related nodes into larger containers, build nested structures, and manage responsive geometry in Angular with Foblex Flow. This is a core pattern for editors that need logical sections instead of a flat list of nodes.
[component.html] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/nodes/grouping/grouping.html [component.ts] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/nodes/grouping/grouping.ts [component.scss] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/nodes/grouping/grouping.scss [common.scss] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/_flow-common.scss
fGroup and nest them inside each other.fIncludePadding, fAutoSizeToFitChildren, and fAutoExpandOnChildHit to control container geometry.