Socket
Socket
Sign inDemoInstall

nxt-color-picker

Package Overview
Dependencies
1
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    nxt-color-picker

Color picker widget for Angular


Version published
Weekly downloads
279
increased by30.99%
Maintainers
1
Created
Weekly downloads
 

Changelog

Source

17.0.1 (2023-12-13)

Bug Fixes

  • nxt-dropzone-wrapper: component event binding (f901932)

Readme

Source

Angular color picker

GitHub license npm scope

A color picker widget for Angular with no dependencies.

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"/>

Keywords

FAQs

Last updated on 13 Dec 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc