Toolbar

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

Creates a toolbar component.

Parameters

label

a label placed automatically in the center section of the toolbar

inline

display the toolbar as an inline element

static

static toolbars are not animated by ons-navigator when pushing or popping pages

className

CSS class names

init

an initializer extension function