Skip to main content

RamBase Guidelines

Toastr

UI element for presenting information, warning and errormessages

Toastr.png

Development guideline

Code in viewmodel for showing a toastr:

toastr.error("error");                   
toastr.info("info");
toastr.success("success");