Sleep

Playing with a Tag Picker for Vue.js

.Vue Tag Picker.This is actually a Vue.js component for taking lots of dynamic input items coming from the consumer. This may be used for filtering or incorporating tags/categories (as the title suggests). This was actually originally created as a Knockout blow element yet I needed to have the very same functionality in Vue.There is actually presently a working trial on call:.Vue Tag Picker Trial.Instance.Installation.NPM.npm put up-- spare vuetagpicker.yarn.add vuetagpicker.You can import it in your app.js.import VueTagPicker coming from 'vuetagpicker'.Vue.use( VueTagPicker).as well as use it in a part.export default name: 'my-component',.records() profit tags: [' This', 'is actually', 'Sparta', '!!!'],.procedures: // event callback.updatedTags( newTags) this.tags = newTags.Utilizing the tag-picker.Incorporating tags/categories.There is additionally a list along with the available list of props which could be used.End result.That's it! If you are intrigued for even more, you may find this project's repo listed below.