Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gurudin/vue-tags-input
- Owner: gurudin
- License: mit
- Created: 2018-09-30T06:19:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-09T02:35:07.000Z (almost 6 years ago)
- Last Synced: 2024-10-01T06:07:13.421Z (about 2 months ago)
- Topics: bootstrap, bootstrap3, bootstrap4, components, input, tags, vue, vue2, vuejs
- Language: Vue
- Homepage: https://gurudin.github.io/vue-tags-input/
- Size: 160 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)