1 Star 0 Fork 6

开源技术 / GGEditor

forked from Gitee 极速下载 / GGEditor 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
README.md 1.98 KB
Copy Edit Raw Blame History

English | 简体中文

GGEditor

language GitHub license npm version npm downloads

A visual graph editor based on G6 and React.

Demo

Flow

Flow

Mind

Mind

Installation

npm

npm install --save gg-editor

umd

<script src="https://unpkg.com/gg-editor@${version}/dist/bundle.js"></script>

Usage

Flow

import GGEditor, { Flow } from 'gg-editor';

const data = {
  nodes: [],
  edges: [],
};

<GGEditor>
  <Flow data={data} />
</GGEditor>

Mind

import GGEditor, { Mind } from 'gg-editor';

const data = {
  roots: [{
    label: '',
    children: [{
      label: '',
    }],
  }],
};

<GGEditor>
  <Mind data={data} />
</GGEditor>

Documentation

DingTalk Group

DingTalk Group

1
https://gitee.com/gfzl-open-source/GGEditor.git
git@gitee.com:gfzl-open-source/GGEditor.git
gfzl-open-source
GGEditor
GGEditor
master

Search