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

<init>

Navbar(label: String? = null, type: NavbarType? = null, expand: NavbarExpand? = NavbarExpand.LG, nColor: NavbarColor = NavbarColor.LIGHT, bgColor: BsBgColor = BsBgColor.LIGHT, classes: Set<String> = setOf(), init: (Navbar.() -> Unit)? = null)

Parameters

label - the navbar label

type - the navbar type

expand - the navbar responsive behavior

nColor - the navbar color

bgColor - the navbar background color

classes - a set of CSS class names

init - an initializer extension function

Constructor