Browse Source

📝 Add description for Tree component

pull/18063/head
afc163 5 years ago
parent
commit
b5e13b2541
No known key found for this signature in database GPG Key ID: 5F00908D72002306
  1. 2
      components/tree/index.en-US.md
  2. 4
      components/tree/index.zh-CN.md

2
components/tree/index.en-US.md

@ -4,6 +4,8 @@ type: Data Display
title: Tree
---
A hierarchical list structure component.
## When To Use
Almost anything can be represented in a tree structure. Examples include directories, organization hierarchies, biological classifications, countries, etc. The `Tree` component is a way of representing the hierarchical relationship between these things. You can also expand, collapse, and select a treeNode within a `Tree`.

4
components/tree/index.zh-CN.md

@ -5,9 +5,11 @@ title: Tree
subtitle: 树形控件
---
多层次的结构列表。
## 何时使用
文件夹、组织架构、生物分类、国家地区等等,世间万物的大多数结构都是树形结构。使用`树控件`可以完整展现其中的层级关系,并具有展开收起选择等交互功能。
文件夹、组织架构、生物分类、国家地区等等,世间万物的大多数结构都是树形结构。使用 `树控件` 可以完整展现其中的层级关系,并具有展开收起选择等交互功能。
## API

Loading…
Cancel
Save