vue-toast-notification
vue-toast-notification copied to clipboard
Yet another toast notification plugin for Vue.js :tulip:
* [x] pause timer on hover * [x] define positions as constants and expose them to consumer * [x] rename `close()` to `dismiss()` and same goes for `onClose` prop, [#39]...
**I'm submitting a ...** (check one with "x") ``` [ x] Bug report => search github for a similar issue or PR before submitting [ ] Feature request [ ]...
I looked at the https://github.com/ankurk91/vue-toast-notification/issues/17 Issue and wondered how things are going? I started using this package in a project of mine which is a Vue Component which embeds into...
**I'm submitting a ...** ``` [ ] Bug report => search github for a similar issue or PR before submitting [x] Feature request [ ] Other, please describe ``` **Tell...
- Added ignoreDuplicate prop to prevent duplicate toasts - If ignoreDuplicate: true, identical messages won't be added if already visible - If ignoreDuplicate: false, all messages are shown, even if...