Open StokeMasterJack opened 7 years ago
In react we go like this:
const s = { color:"red" } <div style={s} >Hello</div>
How to do the equivalent in Kotlin React?
attrs { style = kotlinext.js.js { textAlign = "left" } }
In react we go like this:
How to do the equivalent in Kotlin React?