Has anyone attempted a dashflow component from Reactflow?

Hi @PipInstallPython,

I’ve been looking at the dash-flow package and it looks fantastic. You’ve already implemented a lot of stuff.

I was just wondering if it is possible to customize the position/number of the handles of the nodes? I understand that it is an argument in the API for the ReactFlow node object but does it work in the the DashFlow object?

Thanks!

In that Dash-Flows repo I made I started working on implementing elkjs within the project and was able to get an initial setup working. Thats the approach I’d suggest in building it out further GitHub - kieler/elkjs: ELK's layout algorithms for JavaScript

I’d be happy to review PR’s just didn’t have the time to fully support the component as their are a ton of endpoints and work required to support the React-Flows project in the Dash ecosystem.

It is possible just needs more people working on it and refinement.

Saw you star the older repo I had built out, Id recommend you look at this one instead: