Closed jacobobryant closed 2 years ago
Currently we're just using a text field:
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.
<input type="color">
yeah meant to put this in the platypub repo
Currently we're just using a text field:
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.