This example shows how to turn Foblex Flow into a richer UML and architecture diagram surface. It combines grouped packages, custom connection markers, semantic relation styling, search, filtering, and side-panel inspection without introducing a separate graph framework.
f-flow and f-canvas as the diagram root.fZoom for viewport interaction.fNode for UML class cards.fGroup for package containers.fDragHandle for movable classes and groups.fAutoSizeToFitChildren, fAutoExpandOnChildHit, and fIncludePadding for package-group behavior.fConnection for UML relations with explicit source and target ids.fMarker for custom SVG markers that encode relation semantics.fBackground, fCirclePattern, fLineAlignment, and fMinimap for canvas readability and navigation.This is a good reference if you need more than plain boxes and arrows. The example demonstrates that the same Foblex Flow primitives used for node editors can also power architecture maps, dependency diagrams, or domain-specific modeling tools with their own semantics and visual language.