JSPM

vue3-tag-input

1.0.3
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 7
    • Score
      100M100P100Q30391F
    • License MIT

    vue3 input component, show by tag and custom style and draggable

    Package Exports

    • vue3-tag-input
    • vue3-tag-input/lib/vue3-tag-input.es.js
    • vue3-tag-input/lib/vue3-tag-input.js

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue3-tag-input) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    vue3-tag-input

    install

    npm install vue3-tag-input

    import

    import vue3TagInput from 'vue3-tag-input'

    as global component

    Vue.use(vue3TagInput)

    template

    <vue3-tag-input
      v-model="tag"
      :tags="tags"
      :validation="validation"
      :autocomplete-items="autocompleteItems"
      allowEditTags>
    </vue3-tag-input>

    Customize configuration

    See Configuration.