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>

ColorPicker

ParameterDescriptionTypeDefault Value
styleStyleCSSProperties-
colorCurrent colorstring | RGBColor-
disabledIs disabledboolean-
overlayPropsPopover options-