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 🎨
- Host: GitHub
- URL: https://github.com/jsmithdev/color-picker
- Owner: jsmithdev
- License: mit
- Created: 2019-05-05T19:21:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-06T00:36:00.000Z (about 7 years ago)
- Last Synced: 2025-06-04T19:57:38.576Z (about 1 year ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)