Skip to content

HSVColorAlphaSlider

调整 透明度 调色板

API

props

参数名描述类型默认值
prefixcss class 前缀string 必填
disabled是否禁用boolean 必填
color颜色HSVA必填
sliderClass进度条样式any必填
sliderStyle进度条样式string | false | CSSProperties | StyleValue[] 必填
dotClass操作组件样式any必填
dotStyle操作组件样式string | false | CSSProperties | StyleValue[] 必填

event

参数名描述类型
change值修改事件[e: HSVA]

Released under the MIT License.