Navbar(: String? = null, : String? = null, : NavbarType? = null, : NavbarExpand? = NavbarExpand.LG, : NavbarColor = NavbarColor.LIGHT, : BsBgColor = BsBgColor.LIGHT, : Boolean = false, : Set<String> = setOf(), : (Navbar.() -> Unit)? = null)
label
- the navbar header label
expand
- the navbar responsive behavior
bgColor
- the navbar background color
collapseOnClick
- the navbar is auto collapsed when the link is clicked
classes
- a set of CSS class names
init
- an initializer extension function
Constructor