Gallery ColorPicker

Preview:


Configuration:


Output:

Vue component

            
<GalleryColorPicker />
            
        

Raw HTML

            

            
        

Comments

For tooltips we use "v-tooltip"

import VTooltip from 'v-tooltip'
Vue.use(VTooltip)

<div class="palette-item-image" v-tooltip="{ content: item.tooltip, placement: 'top-center', offset: 10, classes: ['info'], targetClasses: ['it-has-a-tooltip']}">

For example look at "components/GalleryColorPicker.vue"