Toast
PreviewA succinct message that is displayed temporarily. Toasts are used to provide feedback to the user without interrupting their workflow.
import { Button } from "@ngrok/mantle/button";
import { makeToast, Toast, ToastAction, ToastIcon, ToastMessage } from "@ngrok/mantle/toast";
// Only one should be rendered at a time
// add it to the root of your app