![alt text](vue_tag_cloud.png)

# Vue Tag Cloud

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

## Installation

`npm install vue-tag-cloud --save`

### Usage

```javascript
import VueTagCloud from "vue-tag-cloud";

new Vue({
  el: "#app",
  components: {
    VueTagCloud
  }
});
```

```html
<VueTagCloud v-bind:data="tagData"></VueTagCloud>
```

## TODO

* DEMO
* Custom colors
* Link support

## License

Licensed under the MIT License and maintained by [Nobal](http://nobal.in/)
