Easy-to-use notification-system for your website or webapp.
bower install basicNotification
basicNotification requires jQuery >= 2.1.0
Simply include the following files in your HTML:
<link type="text/css" rel="stylesheet" href="bower_components/basicNotification/dist/basicNotification.min.css">
<script async type="text/javascript" src="bower_components/jQuery/dist/jquery.min.js"></script>
<script async type="text/javascript" src="bower_components/basicNotification/dist/basicNotification.min.js"></script>Show a context-menu by using the following command:
loading = basicNotification.show {
icon: 'ion-clock'
text: 'Still loading ...'
pin: false
}