Navbar
open class Navbar(label: String?, link: String?, type: NavbarType?, expand: NavbarExpand?, nColor: NavbarColor, bgColor: BsBgColor, collapseOnClick: Boolean, className: String?, init: Navbar.() -> Unit?)
Content copied to clipboard
The Bootstrap Navbar container.
Parameters
label
the navbar header label
link
the navbar header link
type
the navbar type
expand
the navbar responsive behavior
n Color
the navbar color
bg Color
the navbar background color
collapse On Click
the navbar is auto collapsed when the link is clicked
class Name
CSS class names
init
an initializer extension function
Constructors
Navbar
Link copied to clipboard
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
Types
Functions
build Class Set
Link copied to clipboard
dispose All
Link copied to clipboard
get Children
Link copied to clipboard