1.1.1 • Published 2 months ago

verte-vue3 v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

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

1.1.1

2 months ago

1.0.2

2 months ago

1.1.0

2 months ago

1.0.3

2 months ago

1.0.1

1 year ago

1.0.0

1 year ago