Angular color picker

GitHub license npm scope

A color picker widget for Angular with no dependencies.

Quick links

Installing

Example :
npm install --save nxt-color-picker

Import color picker directive

Example :
import { ColorPickerDirective } from 'nxt-color-picker'

@Component({
    ...
    imports: [
        ...
        ColorPickerDirective
    ]
})

Include it in HTML template

Example :
<input [(nxtColor)]="color" 
    [style.background]="color"/>

results matching ""

    No results matching ""