React-diagrams: How can I resize nodes?

Created on 10 Oct 2018  路  2Comments  路  Source: projectstorm/react-diagrams

I want to resize the node by dragging the edges along with ports and links. Can someone help me, please?.

Most helpful comment

DefaultNode included with storm-react-diagrams aren't resizeable. You would have to implement a NodeWidget class that responds to resize events. You might want to look at a library like react-resizeable to help you implement it.

All 2 comments

DefaultNode included with storm-react-diagrams aren't resizeable. You would have to implement a NodeWidget class that responds to resize events. You might want to look at a library like react-resizeable to help you implement it.

correct

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dixitk13 picture dixitk13  路  3Comments

quangas picture quangas  路  3Comments

jardg picture jardg  路  3Comments

kmannislands picture kmannislands  路  3Comments

duvet86 picture duvet86  路  3Comments