bridge-vue-notification

1.1.2 • Public • Published

Bridge Vue Notifications

Bridge Notification

Demonstration

https://bridge-notification.netlify.app

Getting started

npm install --save bridge-vue-notification

Basic usage

// main.js:
 
import Vue from "vue";
Vue.use(require("bridge-vue-notification"));
// In App.vue:
 
<div id="app">
  <bridge-notify />
...
...
</div>
 
<script>
 
export default {
  methods:{
    show(){
      this.$notify({
          message: "Bridge Notification is Awesome 😍",
          duration: 3000,
          position: 'center',
          animate: {
            x: 0,
            y: 330,
          },
        });
    }
  }
}
</script>
 
<button @click="show">Show Notification</button>

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.2
    0
  • 1.1.1
    0
  • 1.1.0
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i bridge-vue-notification

Weekly Downloads

0

Version

1.1.2

License

ISC

Unpacked Size

8.03 kB

Total Files

7

Last publish

Collaborators

  • bitfumes