mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-05 05:18:34 +08:00
16 lines
293 B
Markdown
16 lines
293 B
Markdown
|
### Color
|
||
|
|
||
|
颜色选择器。
|
||
|
|
||
|
- `type` 请设置成 `color`
|
||
|
- `format` 请选择 `hex`、`hls`、`rgb`或者`rgba`。默认为 `hex`。
|
||
|
- `clearable` 是否显示清除按钮。
|
||
|
|
||
|
```schema:height="400" scope="form-item"
|
||
|
{
|
||
|
"type": "color",
|
||
|
"name": "color",
|
||
|
"label": "颜色"
|
||
|
}
|
||
|
```
|