Skip to content

bennyschudel/vue-colormind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<VueColormind>

A vue component which creates beautiful color palettes using the colormind.io service.

Usage

import Vue from 'vue';

import MonoUi from '@hotpin/vue-mono-ui';
import VueColormind from '@hotpink/vue-colormind';

Vue.use(MonoUi);

new Vue({
  name: 'app',
  data: () => ({
    colors: ['hotpink', 'black', 'black', 'black', 'black']
  }),
  template: `<VueColormind :value.sync="colors" />`
  components: {
    VueColormind,
  }
}).$mount('#app');

Author

Benny Schudel / Switzerland

License

MIT