ColorPicker
颜色选择器。
import { ColorPicker } from '@antv/x6-react-components'
import '@antv/x6-react-components/es/color-picker/style/index.css'
<div style={{ width: 120 }}>
<ColorPicker color="#333333" />
</div>
ColorPicker
参数 | 说明 | 类型 | 默认值 |
---|---|---|---|
style | 样式 | CSSProperties | - |
color | 当前颜色 | string | RGBColor | - |
disabled | 是否禁用 | boolean | - |
overlayProps | 弹出层选项 | - |