@ipscape/ips-alert

An alert component

Usage no npm install needed!

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

README

ips-alert

tested with jest jest

The <ips-alert> provides contextual feedback messages for typical user actions with the handful of available and flexible alert message.

Live demo

See Storybook

Getting started

Install the component library:

npm install @ipscape/ips-alert

or

yarn add @ipscape/ips-alert

Add the component to your app:

import Vue from 'vue';
import IpsAlert from '@ipscape/ips-alert';
import '@ipscape/ips-alert/dist/ips-alert.css';

Vue.component(IpsAlert.name, IpsAlert);

Use a component in your application:

<template>
  <ips-alert
    message="Alert message"
    title="Alert title"
    variant="info"
  ></ips-alert>
  <template></template
></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.