Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Oleksandr Karpovich 59c235b5a2 web landing example with k/wasm (not working yet) 3 years ago
..
.run examples README and .run configurations (#2355) 3 years ago
gradle/wrapper update gradle wrapper 7.5.1 (#2352) 3 years ago
license Cleanup samples and adjust for rc5 4 years ago
screenshots Fix examples, templates (#2359) 3 years ago
src/jsWasmMain web landing example with k/wasm (not working yet) 3 years ago
.gitignore Cleanup samples and adjust for rc5 4 years ago
README.md Fix examples, templates (#2359) 3 years ago
build.gradle.kts web landing example with k/wasm (not working yet) 3 years ago
gradle.properties web landing example with k/wasm (not working yet) 3 years ago
gradlew Cleanup samples and adjust for rc5 4 years ago
gradlew.bat Build web with gradle@7.1.1 and web-landing example 4 years ago
settings.gradle.kts web landing example with k/wasm (not working yet) 3 years ago

README.md

Landing page of Compose for Web

Running Web browser application

  • To run, launch command: ./gradlew :jsBrowserRun
  • Or choose browser configuration in IDE and run it.
    browser-run-configuration.png