Minimal Color Selector For Vue.js – Vue Swatches

Vue Swatches is a color selector UI Component for Vue that allows the user to choose colors. Unlike classic color pickers, where all colors are available (167 77 216 colors), Vue Swatches only shows a bunch of predefined colors.

Preview:

Vue Swatches

Changelog:

v2.1.0 (09/09/2020)

  • Now inline mode are paddingless and wrapper have content-box
  • If there is only three or less swatches, wrapper width with adjust automatically

Download Details:

Author: saintplay

Live Demo: https://saintplay.github.io/vue-swatches/

Download Link: https://github.com/saintplay/vue-swatches/archive/master.zip

Official Website: https://github.com/saintplay/vue-swatches

Install & Download:

# Yarn
$ yarn add vue-swatches

# NPM
$ npm install vue-swatches --save

Add Comment