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

feat(dropdown): 新增带图标的下拉菜单示例 #1414

Merged
merged 1 commit into from
Jun 19, 2023
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
6 changes: 6 additions & 0 deletions docs/web/api/dropdown.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,9 @@ The menu items of the drop-down menu support custom themes, which are used accor
The drop-down menu supports expansion to the left.

{{ left }}

### Drop-down menu with icon

The drop-down menu supports adding an icon in front of the content.

{{ icon }}
6 changes: 6 additions & 0 deletions docs/web/api/dropdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,9 @@ spline: navigation
下拉菜单支持向左侧展开。

{{ left }}

### 带图标的下拉菜单

下拉菜单支持配置菜单项的前置图标。

{{ icon }}