Cordelia Vue
Cordelia Vue is a VueJS plugin that allows you to add a rich color picker into your web pages. See the documentation and demo for more information: https://cevadtokatli.github.io/cordelia-vue
NPM
npm install --save cordelia-vue
Installation
You can import the main Cordelia Component and render it.
import Vue from 'vue';
import Cordelia from 'cordelia-vue';
new Vue({
el: '#picker',
components: {Cordelia},
render: h => h('Cordelia')
});
You can also add the script file into your html.
Put the CSS file in the head
tag.