amis/docs/renderers/Color.md

16 lines
293 B
Markdown
Raw Normal View History

2019-05-08 22:55:41 +08:00
### Color
颜色选择器。
- `type` 请设置成 `color`
- `format` 请选择 `hex`、`hls`、`rgb`或者`rgba`。默认为 `hex`
- `clearable` 是否显示清除按钮。
```schema:height="400" scope="form-item"
{
"type": "color",
"name": "color",
"label": "颜色"
}
```