web-padawan / vanilla-colorful

A tiny color picker custom element for modern web apps (2.7 KB) 🎨
https://web-padawan.github.io/vanilla-colorful/
MIT License
784 stars 29 forks source link

feat: add `color-picked` event #70

Closed hyyan closed 2 years ago

hyyan commented 2 years ago

The color-picked event is fired only when the user interacts with the color picker. Unlike color-changed event which will also fire when the component's color attribute is changed.

hyyan commented 2 years ago

@web-padawan Any chance we can get this PR merged ?

web-padawan commented 2 years ago

@hyyan Published 0.7.0 which contains the change to color-changed event, please try it out.