You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decide which of the 14 pickers/color models you want to use and simply pass in the initial value and change callback. Helpers for constructing RGB(A), HSV(A) and HSL(A) values are included.
openFable.ReactopenFable.ReactColorfulletviewPickers()= div [][
hsvaStringPicker "hsva(295, 86%, 77%, 0.83)"(fun x -> Browser.Dom.console.log x)
hslaPicker (hsla 2020200.5)(fun x -> Browser.Dom.console.log x)
hexPicker "#ffa"(fun x -> Browser.Dom.console.log x)]