Skip to content

pieterhielkema/Vueticol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

18 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Vueticol 3

Beautiful color picker for Vue 3 ๐ŸŒˆ

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

About

Pretty color picker for Vue ๐ŸŒˆ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published