Skip to content

🎨 Color Pickers from Sketch, Photoshop, Chrome, Github, Twitter & more

License

Notifications You must be signed in to change notification settings

SeijiV13/ngx-color

Repository files navigation

Angular color sketch preview

Angular Color


npm travis codecov greenkeeper


  • 13 Different Pickers - Sketch, Photoshop, Chrome and many more

  • Make Your Own - Use the building block components to make your own

Installation & Usage

npm install ngx-color --save

Include the Component

import
import { ColorSketchModule } from 'ngx-color/sketch';

@NgModule({
  imports: [
    ColorSketchModule, // added to imports
  ],
})
class YourModule {}
use
<color-sketch
  [color]="state"
  (onChangeComplete)="changeComplete($event)"
></color-sketch>

Others available

import { ColorAlphaModule } from 'ngx-color/alpha';
import { ColorBlockModule } from 'ngx-color/block';
import { ColorChromeModule } from 'ngx-color/chrome';
import { ColorCircleModule } from 'ngx-color/circle';
import { ColorCompactModule } from 'ngx-color/compact';
import { ColorGithubModule } from 'ngx-color/github';
import { ColorHueModule } from 'ngx-color/hue';
import { ColorMaterialModule } from 'ngx-color/material';
import { ColorPhotoshopModule } from 'ngx-color/photoshop';
import { ColorSketchModule } from 'ngx-color/sketch';
import { ColorSliderModule } from 'ngx-color/slider';
import { ColorSwatchesModule } from 'ngx-color/swatches';
import { ColorTwitterModule } from 'ngx-color/twitter';

About

🎨 Color Pickers from Sketch, Photoshop, Chrome, Github, Twitter & more

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 91.2%
  • HTML 6.3%
  • CSS 1.6%
  • JavaScript 0.9%