projectstorm / react-diagrams

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

Add an option to align nodes #970

Open Flowwl opened 1 year ago

Flowwl commented 1 year ago

Hi 👋 ,

I am using the lib for personal purposes and I love it 😄,

In my project, I just implemented a way to align nodes between them that would look like this :

CPT2211182131-1280x864 (1)

It works with a setting option that can be activated/deactivated and with a DELTA which determines the sensibility of the trigger

I was wondering if some people would be interested in this feature and if I could implement it

Priyam-fashtag commented 1 year ago

This feature would be really useful as we also want to implement something like this in our project but have no idea as to how to begin