Toast
A succinct message that is displayed temporarily.
Installation
Usage
let _: string = Toast.toast.add({
title: "Event created",
description: "Sunday, December 3 at 9:00 AM",
})Types
Set type_ to success, info, warning, error, or loading to render a status icon.
Asynchronous updates
Keep the returned toast id and update the toast as work progresses.