An open API service indexing awesome lists of open source software.

https://github.com/jsmithdev/color-picker

A color picker web component 🎨
https://github.com/jsmithdev/color-picker

Last synced: 11 months ago
JSON representation

A color picker web component 🎨

Awesome Lists containing this project

README

          

# color-picker

## A color-picker web component 🎨

Demo: [https://jsmithdev.github.io/color-picker/](https://jsmithdev.github.io/color-picker/)

I merged parts of the wonderful [FlexiColorPicker](https://github.com/DavidDurman/FlexiColorPicker) library into this component as I wanted zero dependencies for this web component

The demo (index.html file) shows how to import, get/set color, etc as you might irl

Feel free to open an issue for more info

## can install from [npm package](https://www.npmjs.com/package/wc-color-picker)

```npm i wc-color-picker```

---

Made with 💙 by [Jamie Smith](https://jsmith.dev)