import { Components } from "gd-sprest-bs";// Create the breadcrumblet el = document.querySelector("#breadcrumb");let breadcrumb = Components.Breadcrumb({ el: el, items: [ { text: "Root", href: "/" }, { text: "Web 1", href: "/web" }, { text: "Web 1-1", href: "/web/1", isActive: true } ]}); Copy
import { Components } from "gd-sprest-bs";// Create the breadcrumblet el = document.querySelector("#breadcrumb");let breadcrumb = Components.Breadcrumb({ el: el, items: [ { text: "Root", href: "/" }, { text: "Web 1", href: "/web" }, { text: "Web 1-1", href: "/web/1", isActive: true } ]});
Optional
Generated using TypeDoc
Breadcrumb