@ipscape/ips-modal

A modal component

Usage no npm install needed!

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

README

ips-modal

tested with jest jest

The <ips-modal> provides a modal component.

Live demo

See Storybook

Getting started

Install the component library:

npm install @ipscape/ips-modal

or

yarn add @ipscape/ips-modal

Add the component to your app:

import Vue from 'vue';
import IpsModal from '@ipscape/ips-modal';
import '@ipscape/ips-modal/dist/ips-modal.css';

Vue.component(IpsModal.name, IpsModal);

Use a component in your application:

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