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

I prefer to use "ctrl" key to select multiple objects, so I tried to search files in modules to change default "shift" key to "ctrl" key, and haven't figured out...

A mini-map feature would be useful for the user to easily see where they navigating are in relation to the larger-diagram, without have to zoom-out.

feature request

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...

`this.remove()` does not work on labels, i tried to call it directly in the model, it doesn't work

I've tried setting this up following the documentation inside an app bootstrapped with `yarn create react-app my-app --template typescript` But this results in performance and graphical issues. Most notably when...

I am trying to implement custom node intialization based on external JSON files, which are passed at runtime. the idea was to make use of special factories using the generateModel()...

Hello! Is it possible to import/export diagrams from/to JSON? I'd like to be able to load/save diagrams from/to a database but I can't find any documentation on this. Thanks! Kris

I've tried this on a Windows machine and a Mac on Chrome: I'm unable to find a way to delete a link if it is connected to two nodes. Delete,...

feature request

I have custom links. Now they are highlighted only by clicking on the link and key SHIFT. how can I make a link selected by clicking on it (without key...

Hi all! I'd like to know how I can add form input for custom nodes. I'm building an interface for configuring back end processes which have inputs and outputs at...