jacobobryant / biff

A Clojure web framework for solo developers.
https://biffweb.com
MIT License
866 stars 40 forks source link

Better color picker component #118

Closed jacobobryant closed 2 years ago

jacobobryant commented 2 years ago

Currently we're just using a text field:

image

After searching for "javascript color picker component" I see that <input type="color"> is a thing?! (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/color). That might be a good option. Either that or some drop-in component like jscolor.

jacobobryant commented 2 years ago

yeah meant to put this in the platypub repo