kvision / pl.treksoft.kvision.navbar / NavForm / navForm

navForm

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

DSL builder extension function.

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