ChromePicker

April 10, 2025 ยท View on GitHub

Props

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

PropTypeDefaultDescription
disableAlphaBooleanfalseHides the alpha (opacity) slider and input when set to true.
disableFieldsBooleanfalseHides all color input fields when set to true.
formatsArray<'hex' | 'rgb' | 'hsl'>['rgb', 'hex', 'hsl']Controls which color formats are shown. Also defines their display order.

Events

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