0.0.5 • Published 4 years ago

react-flow-editor2 v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

react-flow-editor2

React Flow Editor.

NPM version build status Test coverage node version npm download

Development

npm install
npm start
open http://localhost:9001/

Install

react-flow-editor2

Usage

import React from 'react';
import ReactFlowEditor from 'react-flow-editor2';

const data = {
  nodes: [
    { id: '1', x: 100, y: 100 },
    { id: '2', x: 200, y: 200 },
  ],
  edges: [],
};

const Demo = () => <ReactFlowEditor data={data} />;
export default Demo;

Todo

  • 未完成
0.0.3

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago