kvision / pl.treksoft.kvision.onsenui.form / onsButton

onsButton

(js) fun Container.onsButton(content: String? = null, rich: Boolean = false, align: Align? = null, icon: String? = null, buttonType: OnsButtonType? = null, large: Boolean? = null, ripple: Boolean? = null, disabled: Boolean? = null, classes: Set<String>? = null, className: String? = null, init: (OnsButton.() -> Unit)? = null): OnsButton

DSL builder extension function.

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