🚀. Socket Launch Week Day 2:Introducing Manifest Alerts.Learn more
Sign In

verte-vue3

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

verte-vue3

Vue Color Picker

latest
Source
npmnpm
Version
1.1.1
Version published
Weekly downloads
963
85.55%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

Vue 3

FAQs

Package last updated on 01 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts