From fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 26 Oct 2019 00:17:24 +0200 Subject: API documentation for KVision 2.0.0 --- api/pl.treksoft.kvision.navbar/-navbar/-init-.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'api/pl.treksoft.kvision.navbar/-navbar/-init-.html') diff --git a/api/pl.treksoft.kvision.navbar/-navbar/-init-.html b/api/pl.treksoft.kvision.navbar/-navbar/-init-.html index 41b55304..940a76db 100644 --- a/api/pl.treksoft.kvision.navbar/-navbar/-init-.html +++ b/api/pl.treksoft.kvision.navbar/-navbar/-init-.html @@ -8,15 +8,19 @@ 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) + +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

-

-inverted - determines if the navbar is inverted

+

+expand - the navbar responsive behavior

+

+nColor - the navbar color

+

+bgColor - the navbar background color

classes - a set of CSS class names

-- cgit