Color picker board for Vue.js
A Vue.js color picker component designed for humans.
Inspired by Svbtle's color picker.
Installation
Browser
Include the script file, then install the component with Vue.use(VueColorPickerBoard);
e.g.:
Module
Usage
Once installed, it can be used in a template as simply as:
Properties
default-color | optional | string
The default color that will be shown once the component is mounted.
Example: default-color="#00AAFF"
width | optional | number | default: 800
The width of the color picker board in pixels.
Example: :width="800"
height | optional | number | default: 100
The height of the color picker board in pixels.
Example: :height="600"