Skip to content

🎨 A Color picker component. A fork of the original Verte component with support for Vue 3.

License

Notifications You must be signed in to change notification settings

aiming-pro/verte-vue3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

verte

npm

Verte Vue 3

This is a Vue 3 fork of the original Verte.

A Complete Vue.js Color Picker Component

Features

  • Multiple Color Models support: RGB, HSL, and HEX.
  • SSR Friendly.
  • Small file size, only 7kb gzipped.
  • Two way binding support.

Getting Started

Installation

First step is to install it using yarn or npm:

npm install verte-vue3 --save

# or use yarn
yarn add verte-vue3

Basic usage

<template>
  <Verte picker="square" model="rgb" />
</template>

<script setup>
import Verte from 'verte-vue3';
import 'verte-vue3/dist/verte.css';
</script>

License

MIT

About

🎨 A Color picker component. A fork of the original Verte component with support for Vue 3.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Vue 88.6%
  • JavaScript 9.5%
  • Sass 1.2%
  • HTML 0.7%