Navbar
constructor(label: String? = null, link: String? = null, type: NavbarType? = null, expand: NavbarExpand? = NavbarExpand.LG, nColor: NavbarColor? = null, bgColor: BsBgColor = BsBgColor.BODYTERTIARY, collapseOnClick: Boolean = false, dataNavigo: Boolean? = null, containerType: ContainerType = ContainerType.FLUID, className: String? = null, init: Navbar.() -> Unit? = null)(source)
Parameters
label
the navbar header label
link
the navbar header link
type
the navbar type
expand
the navbar responsive behavior
nColor
the navbar color
bgColor
the navbar background color
collapseOnClick
the navbar is auto collapsed when the link is clicked
dataNavigo
the 'data-navigo' attribute for history API based JS routing
containerType
the internal container type
className
CSS class names
init
an initializer extension function