🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-tag-cloud

Vue component for tag clound!

0.0.1
latest
Version published
Weekly downloads
5
-64.29%
Maintainers
1
Weekly downloads
 
Created

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

FAQs

Package last updated on 08 Jan 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts