Beautiful color picker for Vue 3 ๐
You can install the package via npm:
npm i vueticol
import Vueticol from 'vueticol';
import 'vueticol/dist/vueticol.css';
app.use(Vueticol);
<vueticol v-model="color" />
Name | Type | Default | Description |
---|---|---|---|
colors | array | See screenshot | Array of colors |
style | string | "square" | If you want a square or a circle |
removeText | string | "Remove color" | Text for remove button |