Package-level declarations

Types

Link copied to clipboard
external interface NavbarProps : PropsWithChildren

Props used to customize the Navbar.

Properties

Link copied to clipboard
external val Navbar: ComponentClass<NavbarProps>

React Bootstrap Navbar adapter.

Link copied to clipboard
val NavbarBrand: ComponentClass<PropsWithChildren>

Navbar.Brand component. Note: an explicit cast is required here, as the original Javascript structure is dynamic.