Notification Notification bar plugin for Vue.js Feb 19, 2020 1 min read Vue Notibar (Notification bar) Notification bar (Snackbar) plugin for Vue.js. View Demo View Github Installation Using npm $ npm i vue-notibar Shell or CDN <script src="https://unpkg.com/vue/dist/vue.js"></script> <script src="https://unpkg.com/vue-notibar/dist/vue-notibar.js"></script> HTML Usage import Vue from 'vue' import VueNotibar from 'vue-notibar' Vue.use(VueNotibar) // or Vue.use(VueNotibar, options) this.$notibar.add('message') // or this.$notibar.add('message', options) JavaScript Options { textColor: String, // default '#FFFFFF' backgroundColor: String, // default '#323232' time: Number, // default 5000. Set null to disable timeout position: String, // default 'center'. Possible values: 'left', 'center', 'right' dismiss: { show: Boolean, // default false color: String, // default '#FFFFFF' } } JavaScript GitHub b-maslennikov/vue-notibar?? — Read MoreDownload as zip Notification
Notification A Simple notifications implementation in Vue.js 3 and Tailwind A Simple notifications implementation in Vue.js 3 and Tailwind 29 November 2022
Notification Detect web page updates and notify with Vue.js Detect web page updates and notify with Vue.js 21 June 2022
Toast A simple vue pluign toast notifier with tailwind A simple vue pluign toast notifier with tailwind 12 June 2022