kvision / pl.treksoft.kvision.navbar / Navbar / <init>

<init>

Navbar(label: String? = null, type: NavbarType? = null, inverted: Boolean = false, classes: Set<String> = setOf(), init: (Navbar.() -> Unit)? = null)

Parameters

label - the navbar label

type - the navbar type

inverted - determines if the navbar is inverted

classes - a set of CSS class names

init - an initializer extension function

Constructor