navForm

fun Navbar.navForm(    rightAlign: Boolean = false,     className: String? = null,     init: NavForm.() -> Unit? = null): NavForm

DSL builder extension function.

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