ColorPicker

Color picker input field

Installation

import { ColorPicker } from 'uxp/components';

Signature

const ColorPicker: React.FunctionComponent<IColorPickerProps>

Properties

Name
Type
Mandatory
Default Value
Example Value

color

string

Yes

-

-

onChange

(color: string) => void

Yes

-

-

className

string

No

-

-

closeOnSelect

boolean

No

-

-

displayFormat

No

-

-

returnFormat

No

-

-

Last updated