文件名称:react-node-graph:React节点图组件
文件大小:1.76MB
文件格式:ZIP
更新时间:2024-05-22 07:09:50
JavaScript
演示版 安装 Npm: npm install --save react-node-graph 用法 节点数据应遵循以下结构(从翻录): var exampleGraph = { "nodes" : [ { "nid" : 0 , "type" : "Timer" , "x" : 89 , "y" : 82 , "fields" : { "in" : [ { "name" : "reset" } , { "name" : "pause" } , { "name" : "max" } ] , "out" : [ { "name" : "out" } ] } } , { "nid" : 1 , "type" : "MathMult" , "x" : 284 , "y" : 82 , "fields" : { "in" : [ { "name" : "in" } , {
【文件预览】:
react-node-graph-master
----example()
--------index.map(1.04MB)
--------index.js(158B)
--------node.css(4KB)
--------index.html(496B)
--------gridtile.png(3KB)
--------App.js(4KB)
--------all.js(5.89MB)
----.babelrc(59B)
----index.js(6KB)
----package.json(1KB)
----webpack.prod.config.js(857B)
----_config.yml(27B)
----LICENSE(1KB)
----package-lock.json(368KB)
----src()
--------index.js(5KB)
--------.DS_Store(6KB)
--------lib()
----.npmignore(22B)
----.gitignore(54B)
----webpack.config.js(531B)
----lib()
--------NodeOutputListItem.js(549B)
--------Node.js(3KB)
--------Util.js(322B)
--------NodeInputListItem.js(865B)
--------NodeOutputList.js(692B)
--------Spline.js(2KB)
--------NodeInput.js(683B)
--------TrashIcon.js(1KB)
----README.md(1KB)