Tag VueJs for tags input Dec 17, 2018 1 min read vue-tags-input VueJs for tags input. View Demo Download Source Installation Available through: $ yarn add vue2-tags-input Shell $ npm install vue2-tags-input Shell For Modules import tagsInput from "vue-tags-input"; import "vue-tags-input/dist/vue-tags-input.css"; Vue.use(tagsInput) Js For <script> Include <!-- CDNJS :: Vue (https://cdnjs.com/) --> <script src="//cdnjs.cloudflare.com/ajax/libs/vue/2.5.2/vue.min.js"></script> <!-- Require js --> <script src="vue-tags-input.min.js"></script> <!-- Require css --> <link href="vue-tags-input.css" rel="stylesheet"> <script> Vue.component('tags-input', VueTagsInput.tagsInput); </script> HTML Demo HTML <tags-input placeholder="Tags input"></tags-input> HTML GitHub gurudin/vue-tags-input71VueJs for tags input. — Read Morehttps://gurudin.github.io/vue-tags-input/Latest commit to the master branch on 1-9-2019Download as zip TagInput
Tag A input component that can create tags for the result display A input component that can create tags for the result display 24 October 2021
Tag A Tag Input Component Built With Vue 3 A versetile tag input component built with Vue 3 Composition API. 13 July 2021
password One time passcode Input for Vue One-time passcode Input. Accessible & unstyled. Based on the React version by guilhermerodz. 23 February 2024