vue-tag-cloud
v0.0.1
Published
Vue component for tag clound!
Maintainers
Readme

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
