ColorInput
The color input element let the user specify a color by using a visual color picker interface.
Eigenschaften
| Name | Type | Default Value | Description |
|---|---|---|---|
id | string | nanoid() | Id of the Element |
name | string | "color input" | Name of the Element |
value | Colors|undefined | undefined | Selected Color Value |
disabled | boolean | false | Disables the Element |
label | string|undefined | undefined | Label of the Element |
Events
| Name | Description |
|---|---|
change | fires default input change event and returns Hex Color value |