@aislelabs/react-flowchart-editor

A window editor that supports flow chart editing. The window editor supports window positioning, resizing and workspace panning. Simple component plugin architecture to allow easy customization. No additional package dependency.

Usage no npm install needed!

<script type="module">
  import aislelabsReactFlowchartEditor from 'https://cdn.skypack.dev/@aislelabs/react-flowchart-editor';
</script>

README

React Flow Chart Editor

A window editor that supports flow chart editing. The window editor supports window positioning, resizing and workspace panning. Simple component plugin architecture to allow easy customization. No additional package dependency.

GIFDEMO">

Live Demo:

Live Demo

Usage:

import FlowchartEditor from '@aislelabs/react-flowchart-editor';

<FlowchartEditor .../> (see Component API Documentation below)

Sample Application:

Sample Application

Component API Documentation:

API Documentation

Build demo:

npm run-script build

and then open the file dist/demo/index.html in your browser.