Color picker
Themed color picker with saturation canvas, hue and alpha sliders, hex input, and preset swatches.
Import
#importAdd the symbol to your component's imports array. The walkthrough below shows the most common usages — copy & tweak.
import { KjColorPickerComponent } from '@kouji-ui/components';Playground
#playground#b8f500format
<kj-color-picker
kjFormat="hex"
[(ngModel)]="color"
/>