sharkdp / purescript-flare

A special-purpose UI library for Purescript
286 stars 17 forks source link

Add color input? #5

Closed sharkdp closed 8 years ago

sharkdp commented 8 years ago

HTML5 supports <input type="color" ..>, so we could add a color input that returns a Drawing.Color.

sharkdp commented 8 years ago

This makes even more sense now that we have purescript-colors

paf31 commented 8 years ago

:+1:

sharkdp commented 8 years ago

Demo here: http://sharkdp.github.io/purescript-flare/#controls7