Color Input
#

Input component that allows you to select a color.

Examples
#

Basic usage
#

By default use this component with v-model.

Open in GitHub

Disabled
#

All user interactions can be disabled.

Open in GitHub

API
#

Props #

NameDescriptionTypesDefault
ariaOpenColorPickerLabel

String

"$t:openColorPicker"

disabled

Boolean

false

indicator

String

"dot"

modelValue

String

null

preset

String

-

stateful

Boolean

false

Events #

NameDescription

update:modelValue

The event is triggered when the component needs to change the model. Is also used by v-model