1.0.15 • Published 2 years ago
vueticol v1.0.15
Vueticol
Beautiful color picker for Vue 🌈
Demo
https://demos.pieterhielkema.nl/vueticol
Installation
You can install the package via npm:
npm i vueticol
Import
import Vueticol from 'vueticol';
import 'vueticol/dist/vueticol.css';
app.use(Vueticol);
Usage
<vueticol v-model="color" />
Options
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 |