Results 4 comments of koyakei

thanks I will add it. Because of pull request in WIP. I can not find you want to oauth2 2019年7月9日(火) 7:10 Duncan Brown : > Hello! Thank you very much...

@duncanjbrown Add docs and tests

``` import androidx.compose.runtime.* import org.jetbrains.compose.web.dom.* import org.jetbrains.compose.web.renderComposable import kotlinx.browser.document import org.w3c.dom.HTMLElement fun main() { renderComposable(rootElementId = "content") { Div { Button(attrs = { onClick { val contentDiv = document.getElementById("content") as...

Thank you. Im really waiting for it. @Dimillian