@ipscape/ips-dropdown

A dropdown component

Usage no npm install needed!

<script type="module">
  import ipscapeIpsDropdown from 'https://cdn.skypack.dev/@ipscape/ips-dropdown';
</script>

README

ips-dropdown

tested with jest jest

The <ips-dropdown> provides a dropdown component.

Live demo

See Storybook

Getting started

Install the component library:

npm install @ipscape/ips-dropdown

or

yarn add @ipscape/ips-dropdown

Add the component to your app:

import Vue from 'vue';
import IpsDropdown from '@ipscape/ips-dropdown';
import '@ipscape/ips-dropdown/dist/ips-dropdown.css';

Vue.component(IpsDropdown.name, IpsDropdown);

Use a component in your application:

<template>
  <ips-dropdown></ips-dropdown>
</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.