Skip to content

颜色选择器(ColorPicker)

组件标识

component: 'ColorPicker'

componentProps

参数名类型说明
disabledboolean禁用
showAlphaboolean显示透明度
colorFormat'hex' | 'rgb' | 'hsl' | 'hsv'颜色格式
onChange(value: string) => void颜色确认变化
onActiveChange(value: string) => void拖动实时变化
styleRecord<string, any>自定义样式