Navbar
fun Navbar(label: String? = null, link: String? = null, type: NavbarType? = null, expand: NavbarExpand? = NavbarExpand.LG, nColor: NavbarColor = NavbarColor.LIGHT, bgColor: BsBgColor = BsBgColor.LIGHT, collapseOnClick: Boolean = false, className: String? = null, init: Navbar.() -> Unit? = null)
Content copied to clipboard
Parameters
label
the navbar header label
link
the navbar header link
type
the navbar type
expand
the navbar responsive behavior
nColor
the navbar color
bgColor
the navbar background color
collapseOnClick
the navbar is auto collapsed when the link is clicked
className
CSS class names
init
an initializer extension function