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

docs: update fab #1300

Merged
merged 1 commit into from
Apr 23, 2023
Merged
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
12 changes: 6 additions & 6 deletions docs/mobile/api_v2/fab.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ isComponent: true
toc: false
---

### 基础使用
### 纯图标悬浮按钮

纯图标悬浮按钮,使用场景:当功能使用图标即可表意清楚时,可使用纯图标悬浮按钮,例如:添加、发布
使用场景:当功能使用图标即可表意清楚时,可使用纯图标悬浮按钮,例如:添加、发布

{{ display }}
{{ base }}

### 进阶使用
### 图标加文字悬浮按钮

图标加文字悬浮按钮,使用场景:当功能使用图标无法表意清楚需要文字辅助描述时,可使用图标加文字悬浮按钮
使用场景:当功能使用图标无法表意清楚需要文字辅助描述时,可使用图标加文字悬浮按钮

{{ text }}
{{ advance }}