.Vue Tag Picker.This is actually a Vue.js component for approving lots of powerful input items coming from the individual. This could be utilized for filtering system or adding tags/categories (as the label suggests). This was originally written as a Knockout blow component however I required the same functionality in Vue.There is actually presently an operating demo offered:.Vue Tag Picker Demo.Example.Setup.NPM.npm install– conserve vuetagpicker.yarn.incorporate vuetagpicker.You may import it in your app.js.import VueTagPicker from ‘vuetagpicker’.Vue.use( VueTagPicker).and utilize it in a part.export default name: ‘my-component’,.records() profit tags: [‘ This’, ‘is’, ‘Sparta’, ‘!!!’],.techniques: // activity callback.updatedTags( newTags) this.tags = newTags.Utilizing the tag-picker.Adding tags/categories.There is additionally a listing along with the accessible list of props which could be utilized.End result.That’s it!
If you are fascinated for even more, you may locate this task’s repo right here.