toolbar

fun Page.toolbar(label: String? = null, inline: Boolean? = null, static: Boolean? = null, className: String? = null, init: Toolbar.() -> Unit? = null): Toolbar

DSL builder extension function.

It takes the same parameters as the constructor of the built component.