A component that allows the user to pick a color from a color panel in a dropdown.
<Ui.ColorPicker position={Ui.Position.BottomRight} value={Color::HEX("000000FF")} size={Ui.Size.Px(16)} disabled={false} invalid={false} offset={5}/>
The position property controls the panels position. For more information check out the the same property of the Ui.Dropdown
The offset property controls the panels offset. For more information check out the the same property of the Ui.Dropdown
Mint UI is a design system and component library for building websites, web and desktop applications.