Foblex Flow
Introduction
Overview
Nodes
Custom Nodes Drag Handle Resize Handle Grouping
Connectors
Node as Connector Connector Inside Node Connector Outlet Limiting Connections Connectable Side
Connections
Drag to Connect Drag to Reassign
Layouts
Dagre Layout ELKJS Layout
Pro Examples
Visual Programming Flow DB Management Flow
Foblex Flow
DocsExamples

Resize Handle

Description

Learn how to enhance the interactivity of your flow diagrams by adding a ResizeHandle to nodes. This example demonstrates the process of making nodes dynamically resizable, allowing users to easily modify the dimensions of nodes within an Angular application powered by Foblex Flow.

Example

[component.html] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/nodes/resize-handle/resize-handle.component.html [component.ts] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/nodes/resize-handle/resize-handle.component.ts [component.scss] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/nodes/resize-handle/resize-handle.component.scss [common.scss] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/_flow-common.scss