launch

suspend fun SimplePanel.launch(component: Component<*>): Job

Launches component's render on this SimplePanel.


suspend fun <TConfig : Any> SimplePanel.launch(component: Component<TConfig>, config: TConfig.() -> Unit)

Applies config to component and launches render on this SimplePanel.