projectstorm / react-diagrams

a super simple, no-nonsense diagramming library written in react that just works
https://projectstorm.cloud/react-diagrams
MIT License
8.65k stars 1.17k forks source link

Link only usage #904

Open knob1 opened 2 years ago

knob1 commented 2 years ago

I'd like to use the framework just for the linking between nodes. I'd like to draw those links with the grid functionality and place images in between which don't have to be connected to a link. I'd like to create some sort of schematic diagrams / electric circuit diagrams with it. I just explored the demos and found it very useful for this usecase - do you think something like this would be possible?

malavshah9 commented 2 years ago

@knob1
Yes, According to what you had described it is possible with custom nodes.

We can make any sort of diagrams using this library.

If you have any other doubts than you can ask here, else you can close this issue.

Thanks!!