ron
class ButtonInHbox: View() { override val root = vbox { button("in a vbox").action { runAsyncWithProgress { Thread.sleep(500) } } } }