0.0.11 • Published 3 years ago

@mikk3lro/mc-colorpicker v0.0.11

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

vue-colorpicker

A simple colorpicker component for Vue.js. Easy to implement, easy to use.

Documentation

Documentation and live demo is available at: https://mikk3lro.github.io/vue-colorpicker/

Installing

# yarn  
yarn add @mikk3lro/mc-colorpicker
# npm
npm i @mikk3lro/mc-colorpicker

Then, import and register the component and stylesheet:

import McColorpicker from '@mikk3lro/mc-colorpicker';
import '@mikk3lro/mc-colorpicker/dist/mc-colorpicker.css';

Vue.component("McColorpicker", McColorpicker);
0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago