vue-tags-input-component

0.0.2 • Public • Published

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

Chrome Firefox Safari Opera Edge IE
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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.21latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.21
0.0.10

Package Sidebar

Install

npm i vue-tags-input-component

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

5.09 kB

Total Files

4

Last publish

Collaborators

  • tugrankenger