fun Navbar.nav(rightAlign: Boolean = false, classes: Set<String> = setOf(), init: Nav.() -> Unit = null): Nav
DSL builder extension function.
It takes the same parameters as the constructor of the built component.