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
- Host: GitHub
- URL: https://github.com/andful/react-flow-diagram
- Owner: Andful
- License: mit
- Created: 2022-04-19T16:51:06.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-20T13:15:54.000Z (about 4 years ago)
- Last Synced: 2024-08-10T07:51:11.736Z (almost 2 years ago)
- Topics: diagram, html, javascript, network, react, svg
- Language: TypeScript
- Homepage:
- Size: 303 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)