react-diagrams icon indicating copy to clipboard operation
react-diagrams copied to clipboard

a super simple, no-nonsense diagramming library written in react that just works

Results 151 react-diagrams issues
Sort by recently updated
recently updated
newest added

I'm trying to add a new some additional functionality to my react app, I'm using storm-react-diagrams , I would like to console.log every change on the canvas like drag component...

Hi we want to create vertical playbook using project react-diagrams currrently in docs and examples all the work flows are horizontal is there a provision to create vertical playbooks

I've followed the [getting started documentation](https://projectstorm.gitbook.io/react-diagrams/getting-started) to get react-diagrams up and running on my fresh Blitz app (which is based on NextJS). For every problems I solve I seem to...

I'm using yarn 3.2.2 I couldn't run yarn at all in the repo at commit 2a810ca2. ```bash $ yarn Internal Error: Duplicate workspace name @projectstorm/react-diagrams: /home/marcidy/projects/react-diagrams/packages/react-diagrams conflicts with /home/marcidy/projects/react-diagrams at...

Is it possible to create a label to a existing link when I click on that link and then for example modal will pop up and I could write a...

I'm nearing completion on an app built with this great tool and am trying to clean up some loose ends (pun intended). I need to prevent any dangling links from...

The type the parent of a NodeModel must be a DiagramModel (which is a CanvasModel): https://github.com/projectstorm/react-diagrams/blob/a457385a8ce3379e4554f1ba3bf866265b8b0258/packages/react-diagrams-core/src/entities/node/NodeModel.ts#L21 However, when adding a node to a layer, the layer sets the node's parent...

I am following the documentation and trying to deserialize the diagram. I have serialized the diagram perfectly and stored it in a json file. During the deserialization process, I retrieve...

After updating to React 18 and to v6.7.4 every PortWidget and LinkWidget are failing to render and throw following ts error: JSX element class does not support attributes because it...