kvision / pl.treksoft.kvision.navbar / Nav / nav

nav

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.