kvision / pl.treksoft.kvision.panel / simplePanel

simplePanel

(js) fun Container.simplePanel(classes: Set<String>? = null, className: String? = null, init: (SimplePanel.() -> Unit)? = null): SimplePanel

DSL builder extension function.

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