@aislelabs/react-flowchart-editor
v0.0.39
Published
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.
Downloads
100
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.
Live Demo:
Usage:
import FlowchartEditor from '@aislelabs/react-flowchart-editor';
<FlowchartEditor .../> (see Component API Documentation below)
Sample Application:
Component API Documentation:
Build demo:
npm run-script build
and then open the file dist/demo/index.html in your browser.