Add a minimal toast system that allows showing notifications in the UI
toast.success("Success!") // show success toast
toast.error("Error!") // show error toast
toast.info("Info") // show info toast
toast.warn("Warning!") // show warning toast
toast("Info") // another way to show an info toast
Add a minimal toast system that allows showing notifications in the UI
GIF