Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 612 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 612 Bytes

<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