@ctl-bluesquad-components/toast-notifcation
v0.1.4
Published
VueJS Chi Toast Notification
Downloads
6
Readme
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',
})