For demo see REPL
No dependencies.
This repository has two component in one package.
dispatches 'input' and 'change' messages - see REPL for example.
The HSV picker only handles #RRGGBB
as a start value. This is because it needs to parse it & convert it to a HSV value.
The Colour Picker can handle most HTML colour specs - RGB(r,g,b)
& #RRGGBB.
MIT