@omega-flow/editor
v0.1.1
Published
Workflow editor components for Omega Flow
Readme
@omega-flow/editor
React workflow editor components for Omega Flow — a TypeScript engine and visual editor for building and executing event-driven workflows.
A drag-and-drop visual editor built on ReactFlow for designing the directed-graph workflows that the Omega Flow engine executes. Ships with light and dark themes and i18n support.
Note: Omega Flow is under active development. Expect breaking changes until we reach a stable release.
Installation
pnpm add @omega-flow/editor @omega-flow/typesUsage
import { WorkflowEditor } from "@omega-flow/editor";
import "@omega-flow/editor/styles.css";
import "@omega-flow/editor/themes/light.css";Documentation
Full documentation and guides: https://github.com/omega-flow/omega-flow
License
MIT
