@geom_team/ngx-color-picker
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

NgxColorPicker

This project was generated with Angular CLI version 13.3.11.

基于ng-zorro-antd nz-color-picker 组件实现,适用于小于17版本的angular项目

installation

#use npm
npm install @geom_team/ngx-color-picker

#use yarn
yarn add @geom_team/ngx-color-picker

usage example

import { NgxColorPickerModule } from '@geom_team/ngx-color-picker'

@NgModule({
  declarations: [
  // ...
  ],
  imports: [
    NgxColorPickerModule
  ],
  providers: [],
  bootstrap: [
    // ...
  ]
})
export class AppModule { }
<ngx-color-picker nzShowText [nzDisabledFormat]="true" [(ngModel)]="color" (ngModelChange)="changeColor($event)"></ngx-color-picker>

属性及事件方法与nz-color-picker组件一致

Readme

Keywords

none

Package Sidebar

Install

npm i @geom_team/ngx-color-picker

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

538 kB

Total Files

50

Last publish

Collaborators

  • lcmomo
  • thebeard
  • jhsz_npm