docs: add more intro (#7282)

This commit is contained in:
neverland 2020-09-29 20:56:43 +08:00 committed by GitHub
parent 8d2c4b1e46
commit 04dca5f39d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Collapse 折叠面板
### 介绍
将一组内容放置在多个折叠面板中,点击面板的标题可以展开或收缩其内容。
### 引入
```js

View File

@ -1,5 +1,9 @@
# DropdownMenu 下拉菜单
### 介绍
向下弹出的菜单列表。
### 引入
```js

View File

@ -2,7 +2,7 @@
### 介绍
数字虚拟键盘,可以配合[密码输入框组件](#/zh-CN/password-input)或自定义的输入框组件使用。
虚拟数字键盘,可以配合[密码输入框组件](#/zh-CN/password-input)或自定义的输入框组件使用。
### 引入

View File

@ -1,5 +1,9 @@
# SwipeCell 滑动单元格
### 介绍
可以左右滑动来展示操作按钮的单元格组件。
### 引入
```js