NavbarComponent

open class NavbarComponent : Component<Unit>

Constructors

Link copied to clipboard
fun NavbarComponent()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
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

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