@ipscape/ips-toast

A toast component

Usage no npm install needed!

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

README

ips-toast

tested with jest jest

The <ips-toast> provides a toast component.

Live demo

See Storybook

Getting started

Install the component library:

npm install @ipscape/ips-toast

or

yarn add @ipscape/ips-toast

Add the component to your app:

import Vue from 'vue';
import IpsToast from '@ipscape/ips-toast';
import '@ipscape/ips-toast/dist/ips-toast.css';

Vue.component(IpsToast.name, IpsToast);

Use a component in your application:

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