import { Components } from "gd-sprest-bs";// Create a toastlet el = document.querySelector("#toast");Components.Toast({ el, headerText: "Header", body: "This is the body of the toast.", mutedText: "2 seconds ago", options: { autohide: false }}); Copy
import { Components } from "gd-sprest-bs";// Create a toastlet el = document.querySelector("#toast");Components.Toast({ el, headerText: "Header", body: "This is the body of the toast.", mutedText: "2 seconds ago", options: { autohide: false }});
Optional
Generated using TypeDoc
Toast