verte-vue3

1.1.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i verte-vue3

Weekly Downloads

650

Version

1.1.1

License

MIT

Unpacked Size

154 kB

Total Files

7

Last publish

Collaborators

  • jf908