ColorPallet

Color pallet

Installation

import {ColorPallet} from 'uxp/components';

Properties

Name
Type
Description

color

string

onChange

(color: string) => void

onCancel

() => void

color


type

string

onChange


type

(color: string) => void

onCancel


type

() => void

Last updated