import { Components } from "gd-sprest-bs";// Create the alertlet el = document.querySelector("#alert");let alert = Components.Alert({ el: el, header: "Demo", content: "This is an alert.", isDismissible: true, type: Components.AlertTypes.Success}); Copy
import { Components } from "gd-sprest-bs";// Create the alertlet el = document.querySelector("#alert");let alert = Components.Alert({ el: el, header: "Demo", content: "This is an alert.", isDismissible: true, type: Components.AlertTypes.Success});
Optional
Generated using TypeDoc
Alert