Components

FlowState provides a set of Blazor components for building interactive node-based editors.

Core Components

Quick Start

All components work together to create a complete node editor:

<FlowCanvas Graph="graph" Height="600px">
    <BackgroundContent>
        <FlowBackground />
    </BackgroundContent>
</FlowCanvas>

Browse the individual component pages for detailed API documentation and examples.


Table of contents