Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "components/nav.d"

Index

Interfaces

Variables

Variables

Const Nav

Nav: (props: INavProps) => INav
import { Components } from "gd-sprest-bs";

// Create the navigation
let el = document.querySelector("#navigation");
let nav = Components.Nav({
    el: el,
    isPills: true,
    items: [
        { title: "Nav 1", isActive: true },
        { title: "Nav 2" },
        { title: "Nav 3" },
        { title: "Nav 4" },
        { title: "Nav 5" }
    ]
});

Type declaration

Generated using TypeDoc