Hacker News new | ask | show | jobs
by jewel 3952 days ago
In this particular case, the HTML5 <input type=color> works great. (Not on IE yet, but there is a polyfill.)

In the long run, shadow DOM should make it easier to make framework agnostic widgets.

2 comments

Doesn't work on Safari either.

http://caniuse.com/#feat=input-color

Doesn't support opacity, but this one does now.