@whitewizard/notifications
v1.2.11
Published
Vue.js plugin
Readme
Notifications
Install:
npm install @whitewizard/notifications --save
Usage:
import '@whitewizard/notifications/dist/style.css'
import Notifications from '@whitewizard/notifications'
Vue.use(Notifications)
new Vue({
el: '#app',
})or one-by-one
import {CookieNotification} from '@whitewizard/notifications'
Vue.component('cookie-notification', CookieNotification)