

Prop | Type | Accepted Values | Description | Default |
|---|---|---|---|---|
showText | boolean | boolean | enable color detail. | false |
disabled | boolean | boolean | disabled the ColorPicker. | false |
onChange | () => void | () => void | Callback when color is selected,like:onChange={(value) => console.log('selected color:', value)} | - |