Vue Input Tag

screenshot of Vue Input Tag
vue

:bookmark: Vue.js 2.0 Input Tag Component

Overview:

The vue-input-tag is a Vue.js 2.0 input tag component inspired by react-tagsinput. It allows users to easily input tags and comes with various features for customization.

Features:

  • value: Array of tags to render in the input.
  • placeholder: Placeholder text shown when the input is empty.
  • read-only: Option to set the input to readonly.
  • add-tag-on-blur: Ability to add a tag when the input is blurred.
  • limit: Set a limit for the number of tags that can be added.
  • validate: Apply validation rules for user input such as email, URL, text, digits, or custom validation.
  • add-tag-on-keys: Specify keys (e.g., return, comma) that will add a new tag.
  • allow-duplicates: Option to allow duplicate tags.
  • before-adding: Function to normalize tags before adding.

Summary:

The vue-input-tag component for Vue.js provides a convenient way to input tags with various customization options like validation, limits, and normalization functions. By following the installation guide and utilizing the key features, developers can enhance the tag input experience in their Vue.js applications.

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.

github-pages
GitHub Pages

Gridsome is a Vue.js-based static site generator that makes it easy to build fast and flexible websites and applications by leveraging modern web technologies like GraphQL, Webpack, and hot reloading