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 145 react-diagrams issues
Sort by recently updated
recently updated
newest added

It would be nice to be able to do drag and drop interactions via keyboard. Good for accessibility, but also, good for testing, as you can just use keyboard commands.

I created-react-app with the latest react version imported the react-diagrams using macos catalina18.3.0 diagrams-demo-gallery username$ npm run storybook:build > @projectstorm/[email protected] storybook:build > ./node_modules/.bin/build-storybook -c .storybook -o .out info @storybook/react v6.5.9...

how to save to db?

I am using **v6.2.0** of this amazing library. I want a system with nodes that have a single in-port and multiple out-ports. I want to restrict this such that the...

question
answered
awaiting feedback
showcases a cool project :P

Suppose I have two nodes, each with an arbitrary amount of ports. I'm trying to figure out if I can create a link between these two `DefaultNodeModel` components, not between...

Is it possible to provide a demo in the form of isometric

**Question: What event fires when a new link is formed and how to I register a listener for it?** I've read this issue start to finish but I cannot still...

Our company uses react-diagrams as a major feature of our system. Recently we noticed that when one of our nodes updates it's state without being moved from it's current position,...

Currently I am facing an issue with react-diagrams that whenever a node has a loose link the react diagrams are not getting unselected, and its causing a multiple select when...