Color component
Native color picker allows you to select different colors.
Basic Example
Click the red area to activate the color picker. This is the basic variation of it.
<ColorEdit Color="#00000" />
Attributes
| Name | Type | Default | Description |
|---|---|---|---|
| Color | string | null | Gets or sets the input color value in hex format. |
| ColorChanged | event | Occurs when the color has changed. |