React Flow高度可定制的节点图构建库

React Flow是一个用于构建基于节点的图的库。您可以轻松实现自定义节点类型,并且它附带一些组件,例如迷你地图图形控件。随时查看或阅读以开始使用。网站::文档::范例::网站/文档存储库::社区::安装:npm install react-flow-renderer。快速开始:这是如何使用React Flow的非常基本的示例。您可以在上找到更多高级示例。

import React from 'react';
import ReactFlow from 'react-flow-renderer';
const elements = [
  {
    // Your elements here
  }
];
folder
react-flow:高度可定制的库,用于构建基于节点的交互式UI,编辑器,流程图和图表 预估大小:130个文件
file
.gitignore 113B
file
.babelrc 180B
file
style.css 2KB
file
theme-default.css 2KB
file
dnd.css 776B
file
save.css 151B
file
layouting.css 146B
file
index.js 8KB
file
index.js 5KB
file
provider.css 667B
file
index.css 1KB
file
validation.css 568B
file
updatenode.css 300B
file
index.html 378B
file
favicon.ico 1KB
file
_redirects 21B
file
.gitattributes 66B
file
basic.spec.js 5KB
file
interaction.spec.js 5KB
file
graph-utils.spec.js 4KB
zip 文件大小:200.4KB