Skip to content

v1.0.2

Compare
Choose a tag to compare
@HELMAB HELMAB released this 06 Nov 16:23
· 13 commits to master since this release
  • Configurable with position (left: xx, right: xx, top: xx and bottom: xx)
  • Added handleClick function
this.$notification(this.title, this.body ,null, null, async () => {
    console.log('Clicked Notification!')
})