angular-color-picker

Lightweight color picker for Angular

Usage no npm install needed!

<script type="module">
  import angularColorPicker from 'https://cdn.skypack.dev/angular-color-picker';
</script>

README

angular-color-picker

angular-color-picker is a lightweight color picker that acts like a custom input element through regular ngModel bindings. It is:

  • Pure CSS – does not use any images
  • Pure Angular – does not rely on any other libraries
  • Compatible with IE8+

Demo and documentation