Package Exports
- its-a-color-wheel
- its-a-color-wheel/dist/esm/color-wheel.element.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (its-a-color-wheel) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
its-a-color-wheel
full documentation on: https://omarcastro.github.io/its-a-color-wheel
A small project to show a color wheel with a color picking feature
Features
- Different ui for big and small screens
- Support for HSL and HSV
Getting started
CDN
import the color wheel with the named
query string, the name should be at your choosing, if the name is empty, the compponent will not be registered
<script type="module" src="https://cdn.jsdelivr.net/gh/OmarCastro/its-a-color-wheel@0.3.0/dist/browser/color-wheel.element.min.js?named=color-wheel</script>