NavbarComponent

open class NavbarComponent : Component<Unit>

Types

Companion
Link copied to clipboard
js
object Companion

Functions

render
Link copied to clipboard
js
open override fun render(context: RenderContext, styling: BoxParams.() -> Unit, baseClass: StyleClass, id: String?, prefix: String)
Central method that should do the actual rendering of a component.

Properties

actions
Link copied to clipboard
js
val actions: ComponentProperty<RenderContext.() -> Unit>
brand
Link copied to clipboard
js
val brand: ComponentProperty<RenderContext.() -> Unit>