Color Palette
#

Palette component for color pick.

Examples
#

Basic usage
#

By default use this component with v-model and palette array.

Open in GitHub

Indicator
#

You can apply different styles to the indicator: dot and square are available.

Open in GitHub

API
#

Props #

NameDescriptionTypesDefault
ariaIndicatorLabel

String

"$t:color"

ariaLabel

String

"$t:colorSelection"

indicator

String

"dot"

modelValue

String

null

palette

Array

[]

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