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
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
- tugrankenger - Tugran Kenger
License
This project is licensed under the MIT License