Alert less than 1 minute read References Bootstrap Documentation Code Documentation Properties TypeScript import { Components } from "gd-sprest-bs"; // Create the alert let el = document.querySelector("#alert"); let alert = Components.Alert({ el: el, content: "This is an alert." }); Code Playground Twitter Facebook LinkedIn