el-input-tag
Installation
SKILL.md
InputTag Component
InputTag allows users to add content as tags with various customization options.
When to Use
- Tag inputs
- Keyword entry
- Multi-value inputs
- Email/tag lists
Basic Usage
<template>
<el-input-tag v-model="tags" placeholder="Press Enter to add tag" />
</template>