3.0.1 • Published 1 year ago

n-vue-tagsinput v3.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Vue 3 Voerro Tags Input

Documentation

Example usage

Usage

import { TagsInput } from '@nor1c/vue-tagsinput'

Nuxt 3

// as plugin (plugins/tags-input.plugin.client.ts)
import { TagsInput } from '@nor1c/vue-tagsinput'

export default defineNuxtPlugin(nuxtApp => {
  nuxtApp.vueApp.component('tags-input', TagsInput)
})

Usage in action (real project)

>>> sry for the low res XD