@ipscape/ips-tag-input

1.0.19 • Public • Published

ips-tag-input

tested with jest jest

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

License: GPL v2 License: GPL v3

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.

Package Sidebar

Install

npm i @ipscape/ips-tag-input

Weekly Downloads

7

Version

1.0.19

License

GPL-2.0-or-later

Unpacked Size

1.68 MB

Total Files

13

Last publish

Collaborators

  • sen.john
  • ipscaper
  • justin_ipscape