root
fun root(element: Element, clearSsrContent: Boolean = true, renderConfig: RenderConfig = RenderConfig.Default, content: @Composable IComponent.() -> Unit = {}): Root(source)
fun root(id: String, renderConfig: RenderConfig = RenderConfig.Default, content: @Composable IComponent.() -> Unit = {}): Root(source)
Main entry-point for building component tree with composable functions.
Main entry-point for building component tree with composable functions using StringRender configuration.