NavbarType

enum NavbarType : Enum<NavbarType>

Navbar types.

Entries

Link copied to clipboard
STICKYTOP("sticky-top")
Link copied to clipboard
FIXEDBOTTOM("fixed-bottom")
Link copied to clipboard
FIXEDTOP("fixed-top")

Properties

Link copied to clipboard
open val className: String
Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int