compose-for-web-demos
compose-for-web-demos copied to clipboard
Historical repository of early Compose for Web effort.
An important thing in JS ecosystem is the integration with existing libraries and frameworks. So there should be examples with integrations with: * JS code bound to an Element. The...
Dear Sir i look "Compose for desktop" https://github.com/JetBrains/compose-jb now use kotlin_version is 1.4.32 so KMP ( org.jetbrains.kotlin.multiplatform ) is also 1.4.32 ? and now (20201/4/23) the demo project use jb_compose_version...
Currently only onClick event could be passed as parameter. We need to support all other events as well, and it does not seem it is possible to pass them all...
Contrary to mobile development, in web we usually want yo use styled elements, both with inline styles and with external styles. In order to do so, we must have a...