@ipscape/ips-tag-input
v1.0.19
Published
A tag input component
Downloads
76
Readme
ips-tag-input
The <ips-tag-input>
provides a tag input component.
Live demo
See Storybook
Getting started
Install the component library:
npm install @ipscape/ips-tag-input
or
yarn add @ipscape/ips-tag-input
Add the component to your app:
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:
<template>
<ips-tag-input>This is an orange solid badge</ips-tag-input>
</template>
License
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.