chippy

Chippy, a tag-based input UI, for Vue.

MIT License

Downloads
32
Stars
31
Committers
1

How to Use

import Chippy from '@vueware/chippy'
import '@vueware/chippy/dist/style.css'
<Chippy
:autocomplete="['vue', 'html', 'css', 'codepen']"
:label="'Tags:'"
:placeholder="'codepen'"
:max-chips="7"
/>