vue-toast-notification
vue-toast-notification copied to clipboard
Enhancements
- [x] pause timer on hover
- [x] define positions as constants and expose them to consumer
- [x] rename
close()
todismiss()
and same goes foronClose
prop, [#39] - [x] add
indefinite
option, which will make toast to be visible forever until user click - [ ] update a running toast instance
- [ ] toast id/group to replace existing running toast
- [ ] check if toast is active by id
- [ ] allow to set container, default is body
- [ ] Animations similar to this
- [ ] slots
ref https://maronato.github.io/vue-toastification/
Please add ability to set z-index value
You are free to modify the scss
https://github.com/ankurk91/vue-toast-notification/blob/c45ae18257202201b07002292be1ef7f8dae5bf0/src/themes/default/_main.scss#L10