-
ONLY FOR Vuetify UI !!!!! https://vuetifyjs.com/ thank you Element UI
-
Copy Package
notificationto your VUE project in /src/tools or other -
Main.Js —->>>> import '@/tools/notification'
-
USE example :
this.$didimessage.error(“something”) // error message this.$didimessage.success(“something”) // success message this.$didimessage.info(“something”) // info message this.$didimessage.warning(“something”) // warning message
-
Complex usage example :
-
this.$didimessage({ title: 'This is a title', message: 'this is balabalabalabalabalabalabalabalabalabalabalabalabalabalabalabalabalabalabalabala', position: 'top-right', // bottom-right // bottom-left // bottom-mid // top-mid type: 'success', //type Not required, can be commented out duration:6000, //default timeout is 3s // Not required, can be commented out iconClass:'close-network', //Custom icon// Not required, can be commented out // only material desgin https://materialdesignicons.com/ });
-
-
GOOD LUCK , thank you for start! more update www.cakevin.com // need google translation
-
Notifications
You must be signed in to change notification settings - Fork 0
luckygogreen/vuetify-snackbar-message-notification
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
This is used to solve the improvement of Snackbar in vuetify UI framework
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
