mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00
💬 fix tree component typos
This commit is contained in:
parent
6cecc9a0ea
commit
186496d840
@ -13,7 +13,6 @@ title:
|
|||||||
|
|
||||||
The tree structure can be populated using `treeData` property. This is a quick and easy way to provide the tree content.
|
The tree structure can be populated using `treeData` property. This is a quick and easy way to provide the tree content.
|
||||||
|
|
||||||
|
|
||||||
````jsx
|
````jsx
|
||||||
import { TreeSelect } from 'antd';
|
import { TreeSelect } from 'antd';
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ title: Tree
|
|||||||
|
|
||||||
## When To Use
|
## 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`.
|
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`.
|
||||||
|
|
||||||
## API
|
## API
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user