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

mobile rate api #1949

Merged
merged 1 commit into from
Sep 25, 2024
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
45 changes: 45 additions & 0 deletions docs/mobile/api/rate.en-US.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
title: Rate
description: Used to rate an action/thing.
spline: base
isComponent: true
toc: false
---

### Component Type

Solid Rate

{{ base }}

Custom Rate

{{ custom }}

Customize the number of rate

{{ count }}

Descriptive rate

{{ show-text }}

### Component Status

{{ action }}

### Component Style

rate size

{{ size }}

Set rate color

{{ color }}

### Special Style

Vertical tape description rate

{{ special }}
34 changes: 20 additions & 14 deletions docs/mobile/api/rate.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,40 @@ isComponent: true
toc: false
---

### 实心评分
### 组件类型

{{ filled }}
实心评分

### 空心评分
{{ base }}

{{ outline }}
自定义评分

### 自定义数量评分
{{ custom }}

自定义评分数量

{{ count }}

### 半星评分
带描述评分

{{ show-text }}

{{ allow-half }}
### 组件状态

### 带描述评分
{{ action }}

{{ text }}
### 组件样式

### 禁用评分
评分大小

{{ disabled }}
{{ size }}

### 设置评分颜色
设置评分颜色

{{ color }}

### 评价规格
### 特殊样式

{{ size }}
竖向带描述评分

{{ special }}