color-picker
Color selector input
Usage
Simple color-picker
html
<!-- Simple color picker -->
<we-color-picker
v-model="model.color"
/>
Props
Name | Type | Default | Description |
---|---|---|---|
colors | Array | If different from empty array value, it will overwrite the default colors inserted within the component |
The color-picker has a list of default color, but you can set a color with an hex-color picker inside this component
TIP
- this component uses a v-text-field as input, so all the props of v-text-field are available