# SliderPicker
## Props
Besides `modelValue` and `tinyColor` (used with `v-model` and `v-model:tinyColor` respectively), `` also supports the following props:
| Prop | Type | Default | Description |
|-----------------|------------------------------|--------------------------|-------------|
| `swatches` | `Array` | | Specifies an array of preset color swatches. |
| `alpha` | `Boolean` | `false` | Determines whether an alpha (opacity) slider is displayed. |
## Events
`` emits `update:modelValue` and `update:tinyColor` events, which are used by `v-model` and `v-model:tinyColor` respectively.