0.0.2 • Published 1 year ago

vue-tags-input-component v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Vuejs input tag component

  • Vuejs generic UI component to input tags

Get Started

  • You can install this package on your local computer by following the instructions.

Browser Support

ChromeFirefoxSafariOperaEdgeIE
Latest ✔Latest ✔Latest ✔Latest ✔Latest ✔11 ✔

Installing

npm i vue-tags-input-component

Usage

  • You can import tags component from node_modules
import Tags from "vue-tags-input-component"
  • Example for script
  components:{
    appTag: Tags
  }
  • Example for template
  <app-tag color="primary"></app-tag>

Styling

  <app-tag color="primary"></app-tag>
  <app-tag color="success"></app-tag>

Data binding

  • You can create tags string separated by comma in data property and binding your component tag with using v-model directive.
  <app-tag v-model="tags" color="primary"></app-tag>

Authors

License

This project is licensed under the MIT License