DEV Community

Cover image for React flowchart application
Raj Kamal
Raj Kamal

Posted on

React flowchart application

I have been trying to make this flowchart application where I can add events on button click. But I am having a tough time in finding out how will I connect the child nodes to the parent by straight lines as shown in the image. I will appreciate some suggestions. Thank You

Top comments (1)

Collapse
 
johnrobbjr profile image
John Robb

I know I'm 3 years late, but I think React Flow is what you're looking for, here's an example that does just what you're talking about: reactflow.dev/docs/examples/edges/...