A tag input component
 
The provides a tag input component.
See Storybook
Install the component library:
```
npm install @ipscape/ips-tag-input
or
``
yarn add @ipscape/ips-tag-input
Add the component to your app:
`javascript
import Vue from 'vue';
import IpsTagInput from '@ipscape/ips-tag-input';
import '@ipscape/ips-tag-input/dist/ips-tag-input.css';
Vue.component(IpsTagInput.name, IpsTagInput);
`
Use a component in your application:
`html`
 
Made with ❤ by ipSCAPE
Licensed under the terms of GNU General Public License Version 2 or later. For full details about the license, please check the LICENSE.md` file.