Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/inokawa/reagram

React component to render customizable graph/diagram.
https://github.com/inokawa/reagram

dagre diagram dot graph graphviz react svg

Last synced: about 2 months ago
JSON representation

React component to render customizable graph/diagram.

Awesome Lists containing this project

README

        

# reagram

![npm](https://img.shields.io/npm/v/reagram) ![check](https://github.com/inokawa/reagram/workflows/check/badge.svg) ![demo](https://github.com/inokawa/reagram/workflows/demo/badge.svg)

React component to render customizable graph/diagram.

There are many great ways in JavaScript to create graphs/diagrams, like [mermaid](https://github.com/mermaid-js/mermaid), [JointJS](https://www.jointjs.com/), [@hpcc-js/wasm](https://github.com/hpcc-systems/hpcc-js-wasm#graphviz-graphvizlibwasm) 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

```sh
npm install reagram
```

### Requirements

- react 16.8+

## Usage

TODO