@ichbinkour/vue-tags

0.1.6 • Public • Published

vue-tags

A Vue plugin for awesome tags

Installation

npm i @ichbinkour/vue-tags

Usage

Inside any of your components:

  <template>
    <vue-tags
      :options="options"
      @delete-tag="(newTags) => (options = newTags)"
      closable
    />
  </template>
  <script>
    import VueTags from "@ichbinkour/vue-tags"

    data() {
      return {
        options: ['VueJs', 'vue', 'tags']
      }
    }
  </script>

Readme

Keywords

none

Package Sidebar

Install

npm i @ichbinkour/vue-tags

Weekly Downloads

6

Version

0.1.6

License

none

Unpacked Size

41.7 kB

Total Files

15

Last publish

Collaborators

  • ichbinkour