Bil-notification is a JavaScript library that can be used to add notification feature to a web page.
Live demo
- Non-blocking web notification
- Version 1.0
- Demo on
- Link the js file
<script src="js/bil.notification.js"></script>
- Link the css file
<link rel="stylesheet" href="css/bil.notification.css">
- Create a notification in your script as follow
showNotification('notification_type',
'notification_title',
'notification_text',
delayTime = 5000,
newOnTop = false);
- Create a Snackbar in your script as follow
createSnackBar('notification_text',5000 [delayTime in ms]);
success
danger
warning
info
- Repo owner or admin