1.0.10 • Published 4 years ago

sk-component v1.0.10

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

sk-component

📦 安装

$ npm install sk-component --save

🔨 示例

import React from 'react';
import { Relationship } from 'sk-component';

const nodes = [
  { id: 1, label: '节点1' },
  { id: 2, label: '节点2' },
  { id: 3, label: '节点3' },
  { id: 4, label: '节点4' },
];
const edges = [{ from: 1, to: 2 }, { from: 1, to: 3 }, { from: 1, to: 4 }];

export default () => <Relationship nodes={nodes} edges={edges}></Relationship>;

🔗 文档

具体组件文档

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.2

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago