fun Container.navbar(: String? = null, : String? = null, : NavbarType? = null, : NavbarExpand? = NavbarExpand.LG, : NavbarColor = NavbarColor.LIGHT, : BsBgColor = BsBgColor.LIGHT, : Boolean = false, : Set<String>? = null, : String? = null, : (Navbar.() -> Unit)? = null): Navbar
DSL builder extension function.
It takes the same parameters as the constructor of the built component.