Vue Tagsinput

screenshot of Vue Tagsinput
vue

A simple tags input with typeahead (autocomplete) built with Vue.js 2.

Overview:

Voerro Vue Tags Input v2 is a simple tags input component built with Vue.js 2. It provides functionalities like typeahead for easy tag input. The component can be installed via NPM or CDN, and it allows for customization of the appearance through styling.

Features:

  • Simple Tags Input: Easily input tags with typeahead support.
  • Installation Options: Can be installed via NPM or CDN depending on the preference.
  • Custom Styling: Ability to customize the appearance through the provided styling options.
  • Programmatic Tag Manipulation: Set or change selected tags programmatically.
  • Flexible Data Structure: Allows customization of field names for tag collections.

Installation via NPM:

npm install @voerro/vue-tagsinput@2

Then register the component with Vue:

import Vue from 'vue';
import { VueTagsInput } from '@voerro/vue-tagsinput';
Vue.component('tags-input', VueTagsInput);
vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.