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

https://github.com/dianaow/workflow-editor

React Flow (XYFlow): A drag-and-drop graphical workflow editor
https://github.com/dianaow/workflow-editor

react reactflow xyflow

Last synced: 3 months ago
JSON representation

React Flow (XYFlow): A drag-and-drop graphical workflow editor

Awesome Lists containing this project

README

        

## A drag-and-drop flowchart editor with React Flow

### Features
- Custom nodes and edges
- Nodes can be dynamically grouped
- A flowchart diagram can also be automatically generated from an uploaded JSON file

### To test
Download either of these sample JSON files: [small] (https://raw.githubusercontent.com/dianaow/workflow-editor/refs/heads/main/src/code.json) or [large] (https://raw.githubusercontent.com/dianaow/workflow-editor/refs/heads/main/src/code1.json)

Then, click on "Import JSON" button to render the dataset as a flowchart.

### Demo

https://workflow-editor.netlify.app/

[demo](workflow_editor.mov)