When a user takes an action we wanted a way to have an interactive notification to let them know when it was successful, and more importantly, when something bad happened. While we have static notifications certain actions require a more obvious notification. Toastr is the standard non-intrusive timed notification on the web world. When someone saves changes we pop a Toastr notification to the user. These notifications are timed and disappear automatically after the time has elapsed.
Package Name: Toastr
Website: https://codeseven.github.io/toastr/