nxt-color-picker
v18.0.0
Published
Color picker widget for Angular
Downloads
3,747
Maintainers
Readme
Angular color picker
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"/>