0.1.4 • Published 4 years ago

@ctl-bluesquad-components/toast-notifcation v0.1.4

Weekly downloads
7
License
-
Repository
-
Last release
4 years ago

Toast-Notification

Setup

main.js

import Vue from 'vue';
import ToastNotification from '@ctl-bluesquad-components/toast-notifcation';

Vue.use(ToastNotification);

App.vue

<toast-notificaiton group="toast-notification" />

Usage

this.$notify({
    group: 'toast-notification',
    title: 'Success',
})