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
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
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/...