simple-vue3-tags-input
v0.0.5
Published
A tag input component for Vue 3
Downloads
6
Maintainers
Readme
simple-vue3-tags-input
基于vue+vite+elementplus+vueuse实现的一个标签输入器
安装
npm i simple-vue3-tags-input
使用
const selectedTags = ref<string[]>(['Vue', 'React', 'Angular']);
...
<tag-input tag-color="#ef4444"
width="600px"
v-model:value="selectedTags"
:options="options"
placeholder="请添加标签"></tag-input>
Props
tag-color
标签颜色width
宽度placeholder
占位符v-model:value
绑定值options
可选项