0.0.1 • Published 6 years ago

vue-tag-cloud v0.0.1

Weekly downloads
18
License
MIT
Repository
github
Last release
6 years ago

alt text

Vue Tag Cloud

A tag cloud (aka word cloud) component for Vue!

Installation

npm install vue-tag-cloud --save

Usage

import VueTagCloud from "vue-tag-cloud";

new Vue({
  el: "#app",
  components: {
    VueTagCloud
  }
});
<VueTagCloud v-bind:data="tagData"></VueTagCloud>

TODO

  • DEMO
  • Custom colors
  • Link support

License

Licensed under the MIT License and maintained by Nobal