Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "components/jumbotron.d"

Index

Interfaces

Variables

Variables

Const Jumbotron

Jumbotron: (props: IJumbotronProps) => IJumbotron
import { Components } from "gd-sprest-bs";

// Create the jumbotron
let el = document.querySelector("#jumbotron");
let jumbotron = Components.Jumbotron({
    el: el,
    title: "My Jumbotron",
    lead: "This is a jumbotron"
});

Type declaration

Generated using TypeDoc