mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-05 05:28:37 +08:00
19 lines
291 B
Markdown
19 lines
291 B
Markdown
|
### Rating
|
||
|
|
||
|
评分
|
||
|
|
||
|
- `type` 请设置成 `rating`
|
||
|
- `half` 是否使用半星选择
|
||
|
- `count` 共有多少星可供选择
|
||
|
- `readOnly` 只读
|
||
|
|
||
|
```schema:height="200" scope="form-item"
|
||
|
{
|
||
|
"type": "rating",
|
||
|
"name": "rating",
|
||
|
"label": "评分",
|
||
|
"count": 5,
|
||
|
"half": true
|
||
|
}
|
||
|
```
|