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 support for alpha to hex-input #91

Closed web-padawan closed 1 year ago

web-padawan commented 1 year ago

Description

Added support for alpha property / attribute to <hex-input>, based on the commit from #81. See also https://github.com/omgovich/react-colorful/pull/155 where this feature has been originally implemented.