@ipscape/ips-select

1.0.31 • Public • Published

ips-select

tested with jest jest

The <ips-select> provides a select component.

Live demo

See Storybook

Getting started

Install the component library:

npm install @ipscape/ips-select

or

yarn add @ipscape/ips-select

Add the component to your app:

import Vue from 'vue';
import IpsSelect from '@ipscape/ips-select';
import '@ipscape/ips-select/dist/ips-select.css';

Vue.component(IpsSelect.name, IpsSelect);

Use a component in your application:

<template>
  <ips-select></ips-select>
</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-select

Weekly Downloads

8

Version

1.0.31

License

GPL-2.0-or-later

Unpacked Size

1.63 MB

Total Files

13

Last publish

Collaborators

  • sen.john
  • ipscaper
  • justin_ipscape