nxt-color-picker
TypeScript icon, indicating that this package has built-in type declarations

17.0.1 • Public • Published

Angular color picker

GitHub license npm scope

A color picker widget for Angular with no dependencies.

Quick links

Installing

npm install --save nxt-color-picker

Import color picker module

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

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

Include it in HTML template

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

Package Sidebar

Install

npm i nxt-color-picker

Weekly Downloads

182

Version

17.0.1

License

MIT

Unpacked Size

678 kB

Total Files

30

Last publish

Collaborators

  • hitko