Skip to content

This is Tags Input Component created by VueJS. The official name is vs-tags

Notifications You must be signed in to change notification settings

gkandemi/vs-tags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

vs-tags

This is Tags Input Component created by VueJS

Getting Started

These instructions will get you a copy of the component up and running on your local machine.

Installing

You can install vs-tags component by npm

npm i vs-tags

After download, vs-tags will be ready to use in your VueJS Applications

Usage

  • Just import Components from node_modules folder in main.js
import Tags from "vs-tags"
  • Register vs-tags component with any name you want
Vue.component("vtag", Tags);

After this step, vs-tags can be used by all registered component in your project with vtag tag name

  • You can use with
<vtag></vtag>

Styling

vs-tags has 6 color options

  • primary
  • secondary
  • success
  • danger
  • info
  • warning

To use these colors, just add 'color' attribute into vtag component

<vtag color="primary"></vtag>
<vtag color="secondary"></vtag>
<vtag color="success"></vtag>
<vtag color="danger"></vtag>
<vtag color="info"></vtag>
<vtag color="warning"></vtag>

Data Binding

Also you can bind vs-tags component by v-model VueJS directive

<vtag v-model="tags"></vtag>

This data property will give us all tags with comma seperator.

kablosuzkedi,vuejs,videosinif,inputtag

Versioning

We use GitHub for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License

About

This is Tags Input Component created by VueJS. The official name is vs-tags

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages