Vue Tag Input

A versetile tag input component built with Vue 3 Composition API.

VersioncodecovDownloadsnpm bundle sizePublish to npm and GitHubGet help


  • ✅ No dependencies
  • ✅ Input box stays focused - no need to re-focus the input => better UX
  • ✅ Autocompletion
  • ✅ Fast setup
  • ✅ Works with Vuex
  • ✅ Small size: 1.6 kB gzipped
  • ✅ Many customization options
  • ✅ Delete tags on backspace / delete key
  • ✅ Confirm before delete - tags turns red when backspace is pressed, gets deleted when backspace is pressed again
  • ✅ Works well with copy & paste
  • ✅ Examples & Docs