navbar

fun Container.navbar(label: String? = null, link: String? = null, type: NavbarType? = null, expand: NavbarExpand? = NavbarExpand.LG, nColor: NavbarColor = NavbarColor.LIGHT, bgColor: BsBgColor = BsBgColor.LIGHT, collapseOnClick: Boolean = false, className: String? = null, init: Navbar.() -> Unit? = null): Navbar

DSL builder extension function.

It takes the same parameters as the constructor of the built component.