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

types(ui): add BasicAttributes #616

Merged
merged 10 commits into from
Jun 30, 2022
Prev Previous commit
Next Next commit
docs(ui/select): add intro
  • Loading branch information
alec1815 committed Apr 8, 2022
commit b39b2932d7bde84f13a3b4dc1666fabb4e746d3b
4 changes: 4 additions & 0 deletions packages/varlet-ui/src/select/docs/en-US.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Select

### Intro

Display and select the content through the drop-down menu

### Install

```js
Expand Down
4 changes: 4 additions & 0 deletions packages/varlet-ui/src/select/docs/zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 选择框

### 介绍

通过下拉菜单展示并选择内容

### 引入

```js
Expand Down