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
add copy prop to customize copy function (0c2bcde), closes #29
Add the optional prop copy that allows customization of the copy function used by the color picker's copy interactions. This can be useful if window.navigator.clipboard.writeText isn't available/usable.