A color panel allows you to pick a color in HSV color space, where the hue is a vertical slider, the saturation and value is a square input and the alpha is a horizontal slider.
<Ui.ColorPanel onChange={ Function.debounce1( (color : Color) { let colorString = Color.toCSSHex(color) let content = <>"Color changed to: #{colorString}"</> Ui.Notifications.notifyDefault(content) }, 200) }/>
Mint UI is a design system and component library for building websites, web and desktop applications.