Data input

Color picker

Themed color picker with saturation canvas, hue and alpha sliders, hex input, and preset swatches.

03

Import

#import

Add the symbol to your component's imports array. The walkthrough below shows the most common usages — copy & tweak.

import { KjColorPickerComponent } from '@kouji-ui/components';
Loading editor
04

Playground

#playground
#b8f500
format
<kj-color-picker
  kjFormat="hex"
  [(ngModel)]="color"
/>