We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18b51b5 commit 36711e7Copy full SHA for 36711e7
lib/README.md
@@ -54,7 +54,7 @@ const handleColorChange = (colorData: IColor) => {
54
| 属性 | 类型 | 默认值 | 说明 |
55
| ------------------- | --------- | ----------------------- | -------------------- |
56
| value | string | 'rgba(175, 51, 242, 1)' | 当前颜色值 |
57
-| width | number | 320 | 组件宽度(最小320) |
+| width | number | 320 | 组件宽度(最小 320) |
58
| hideInputs | boolean | false | 是否隐藏输入框 |
59
| hideOpacity | boolean | false | 是否隐藏透明度控制 |
60
| hideGradient | boolean | false | 是否隐藏渐变功能 |
0 commit comments