SliderPicker

April 10, 2025 ยท View on GitHub

Props

Besides modelValue and tinyColor (used with v-model and v-model:tinyColor respectively), <SliderPicker /> also supports the following props:

PropTypeDefaultDescription
swatchesArray<string | {s: number, l: number}>Specifies an array of preset color swatches.
alphaBooleanfalseDetermines whether an alpha (opacity) slider is displayed.

Events

<SliderPicker /> emits update:modelValue and update:tinyColor events, which are used by v-model and v-model:tinyColor respectively.