Skip to content

Commit

Permalink
rate api
Browse files Browse the repository at this point in the history
  • Loading branch information
ming680 committed Sep 25, 2024
1 parent 3485f1e commit 77f91e4
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 14 deletions.
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 }}

0 comments on commit 77f91e4

Please sign in to comment.