Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gurudin/vue-tags-input

VueJs for tags input.
https://github.com/gurudin/vue-tags-input

bootstrap bootstrap3 bootstrap4 components input tags vue vue2 vuejs

Last synced: about 1 month ago
JSON representation

VueJs for tags input.

Awesome Lists containing this project

README

        

# [docs for vue-tags-input](https://gurudin.github.io/vue-tags-input/) [![NPM version](https://img.shields.io/npm/v/vue2-tags-input.svg)](https://www.npmjs.com/package/vue2-tags-input)

> VueJs for tags input.

## Installation

- #### Available through:
``` shell
$ yarn add vue2-tags-input
```

``` shell
$ npm install vue2-tags-input
```

- #### For Modules
``` js
import tagsInput from "vue-tags-input";
import "vue-tags-input/dist/vue-tags-input.css";

Vue.use(tagsInput)
```

- #### For `````` Include
``` html
<!-- CDNJS :: Vue (https://cdnjs.com/) -->
<script src="//cdnjs.cloudflare.com/ajax/libs/vue/2.5.2/vue.min.js">

Vue.component('tags-input', VueTagsInput.tagsInput);

```

## Demo
HTML
``` html

```
[docs for vue-tags-input](https://gurudin.github.io/vue-tags-input/)