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 prefixed property to hex-input #92

Closed web-padawan closed 1 year ago

web-padawan commented 1 year ago

Description

Added prefixed property to<hex-input> that enables displaying # prefix in the <input>. See also https://github.com/omgovich/react-colorful/pull/146 where this has been originally implemented.