reagram
v0.0.7
Published
React component to render customizable graph/diagram.
Downloads
3
Maintainers
Readme
reagram
React component to render customizable graph/diagram.
There are many great ways in JavaScript to create graphs/diagrams, like mermaid, JointJS, @hpcc-js/wasm and so on. However it's difficult to create our own customized UI and update it in data-driven way. This was made to solve it.
This is under development.
Demo
https://inokawa.github.io/reagram/
Install
npm install reagram
Requirements
- react 16.8+
Usage
TODO