0.0.4 • Published 2 years ago

@sedationh/react-tree v0.0.4

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

@sedationh/react-tree

预期

实现与 Antd Tree 组件类似的展示和数据控制效果为 TOC 需求提供树形展示和交互服务

<Tree
  defaultExpandedKeys={['0']}
  onSelect={onSelect}
  treeData={treeData}
  defaultExpandAll={false}
  selectedKeys={selectedKeys}
  expandedKeys={expandedKeys}
  multiple
  onExpand={onExpand}
/>

参考 Antd Tree 下层实现 rc-tree 向外暴露的 API 的组织方式

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago