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 module

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

@NgModule({
    ...
    imports: [
        ...
        ColorPickerModule
    ]
})

Include it in HTML template

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

results matching ""

    No results matching ""