Skip to content

color-picker

Color selector input

Usage

Simple color-picker

html
<!-- Simple color picker -->
<we-color-picker
  v-model="model.color"
/>

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