import { Components } from "gd-sprest-bs";// Create the jumbotronlet el = document.querySelector("#jumbotron");let jumbotron = Components.Jumbotron({ el: el, title: "My Jumbotron", lead: "This is a jumbotron"}); Copy
import { Components } from "gd-sprest-bs";// Create the jumbotronlet el = document.querySelector("#jumbotron");let jumbotron = Components.Jumbotron({ el: el, title: "My Jumbotron", lead: "This is a jumbotron"});
Optional
Generated using TypeDoc
Jumbotron