Navbar(: String? = null, : NavbarType? = null, : NavbarExpand? = NavbarExpand.LG, : NavbarColor = NavbarColor.LIGHT, : BsBgColor = BsBgColor.LIGHT, : Set<String> = setOf(), : (Navbar.() -> Unit)? = null)
expand
- the navbar responsive behavior
bgColor
- the navbar background color
classes
- a set of CSS class names
init
- an initializer extension function
Constructor