ColorPallet

Color pallet

Installation

import { ColorPallet } from 'uxp/components';

Signature

const ColorPallet: React.FunctionComponent<IColorPalletProps>

Properties

Name
Type
Mandatory
Default Value
Example Value

color

string

Yes

-

-

onChange

(color: string) => void

Yes

-

-

onCancel

() => void

Yes

-

-

Last updated