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

https://github.com/andful/react-flow-diagram

A bare bone flow diagram library
https://github.com/andful/react-flow-diagram

diagram html javascript network react svg

Last synced: 10 months ago
JSON representation

A bare bone flow diagram library

Awesome Lists containing this project

README

          

# React Flow Diagram

A bare bone flow diagram library.
Advantages of this library:
* Minimal Dependencies
* No State Manager
* Control over transformation
* Customizable nodes, edges and handles
* Type safe

## Examples

* [visual narrative editor](https://andful.github.io/react-flow-diagram/visual-narrative-editor/)

## Installation
```
npm install @andful/react-flow-diagram
```
## Alternatives
* [wbkd/react-flow](https://github.com/wbkd/react-flow)