Skip to content

luckygogreen/vuetify-snackbar-message-notification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

message-notification

Installation

  1. ONLY FOR Vuetify UI !!!!! https://vuetifyjs.com/ thank you Element UI

  2. Copy Package notification to your VUE project in /src/tools or other

  3. Main.Js —->>>> import '@/tools/notification'

  4. 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
  5. Complex usage example :

    1. 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/
      });
  6. GOOD LUCK , thank you for start! more update www.cakevin.com // need google translation

About

This is used to solve the improvement of Snackbar in vuetify UI framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published