Toastr
UI element for presenting information, warning and errormessages

Development guideline
Code in viewmodel for showing a toastr:
toastr.error("error");
toastr.info("info");
toastr.success("success");UI element for presenting information, warning and errormessages

Code in viewmodel for showing a toastr:
toastr.error("error");
toastr.info("info");
toastr.success("success");