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 |
---|---|---|---|
aria-open-color-picker-label | The aria-label of "open color picker" button. |
|
|
disabled | Applies |
|
|
indicator | Sets the indicator style. |
|
|
model-value | The value of the |
|
|
preset | Named preset combination of component props. |
| - |
stateful | Add possibility to work with component without setting |
|
|
Events #
Name | Description |
---|---|
update-model-value | The event is triggered when the component needs to change the model. Is also used by |