Best JS Notifications Plugin Library – NOTY
A Depedency-Free Notifications Library.
This is a library for JS Notificications on the Fly. It is super simple to install and use.
For Installation
<link href="lib/noty.css" rel="stylesheet"> <script src="lib/noty.js" type="text/javascript"></script>
Create a Notification
new Noty({
type: 'success',
layout: 'topRight',
text: 'Some notification text'
}).show();
To View Full Features Visit: https://ned.im/noty/#/.
Dowload Source Code: https://github.com/needim/noty