navbar

fun <Error class: unknown class>.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,     dataNavigo: Boolean? = null,     className: String? = null,     init: Navbar.() -> Unit? = null): Navbar

DSL builder extension function.

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