Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mobile-react增加tree-select组件文档 #1938

Merged
merged 1 commit into from
Sep 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions docs/mobile/api/tree-select.en-US.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: TreeSelect
description: Suitable for selecting a tree data structure.
spline: form
isComponent: true
toc: false
---

## Code Demo

### Component Type

#### Basic TreeSelect

{{ base }}

#### Multiple TreeSelect

{{ multiple }}

### Component Status

#### Three-level TreeSelect

{{ normal }}
25 changes: 25 additions & 0 deletions docs/mobile/api/tree-select.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: TreeSelect 树形选择
description: 适用于选择树形的数据结构。
spline: form
isComponent: true
toc: false
---

## 代码演示

### 组件类型

#### 基础树形选择

{{ base }}

#### 多选树形选择

{{ multiple }}

### 组件状态

#### 三级树形选择

{{ normal }}