Color Input #
Input component that allows you to select a color.
Examples #
Basic usage #
By default use this component with v-model
.
Disabled #
All user interactions can be disabled.
API #
Props #
Name | Description | Types | Default |
---|---|---|---|
ariaOpenColorPickerLabel |
|
| |
disabled |
|
| |
indicator |
|
| |
modelValue |
|
| |
preset |
| - | |
stateful |
|
|
Events #
Name | Description |
---|---|
update:modelValue | The event is triggered when the component needs to change the model. Is also used by |