The <ips-modal>
provides a modal component.
See Storybook
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>
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.