Color Palette #
Palette component for color pick.
Examples #
Basic usage #
By default use this component with v-model
and palette array.
Indicator #
You can apply different styles to the indicator: dot
and square
are available.
API #
Props #
Name | Description | Types | Default |
---|---|---|---|
ariaIndicatorLabel |
|
| |
ariaLabel |
|
| |
indicator |
|
| |
modelValue |
|
| |
palette |
|
| |
preset |
| - | |
stateful |
|
|
Events #
Name | Description |
---|---|
update:modelValue | The event is triggered when the component needs to change the model. Is also used by |