Web Component: j-NotificationsPanel


  • Info
  • HTML
  • JS
  • CSS
  • Meta

j-NotificationsPanel

  • easy usage
  • singleton
  • learn from the example

Configuration:

  • top {Number} top offset (default: 0)
  • visibleY {Boolean} shows Y scrollbars (default: true)
  • title {String} title in notifications panel (default: Notifications)
  • autoremove {Boolean} removes notifications after click on it (default: true)
  • click {String} a path to method function(obj, el) when the user clicks on the notifications
  • exec {String} a path to method function(render(ARR_OF_OBJECT)) when the user wants to show the notifications

Author