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(Badge): update docs #1896

Merged
merged 3 commits into from
Aug 22, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
19 changes: 19 additions & 0 deletions docs/mobile/api/badge.en-US.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Badge
description: The Badge is used to notify the user of a state change in the area or the number of pending tasks.
spline: base
isComponent: true
toc: false
---

### Badge Type

{{ base }}

### Badge Style

{{ theme }}

### Badge Size

{{ size }}
10 changes: 5 additions & 5 deletions docs/mobile/api/badge.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ isComponent: true
toc: false
---

### 普通徽标
### 组件类型

{{ base }}

### 按钮徽标
### 组件样式

{{ button }}
{{ theme }}

### 单行徽标
### 组件尺寸

{{ cell }}
{{ size }}
2 changes: 1 addition & 1 deletion style/mobile/components/_index.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import "./badge/_index.less";
// @import "./badge/_index.less";

// @import "./button/_index.less";

Expand Down
Loading