Loading...
Color Picker.
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>
Parameter | Description | Type | Default Value |
---|---|---|---|
style | Style | CSSProperties | - |
color | Current color | string | RGBColor | - |
disabled | Is disabled | boolean | - |
overlayProps | Popover options | - |