mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-05-10 15:51:17 +00:00
* web: Update tutorials (to use 0.5.0-build270) * web: Update examples (to use 0.5.0-build270 and kotlin 1.5.21) Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
13 lines
507 B
Markdown
13 lines
507 B
Markdown
# Compose for Web
|
|
**The API is not finalized, and breaking changes can be expected**
|
|
|
|
### Content:
|
|
|
|
[Getting Started With Compose for Web](Getting_Started/README.md) - create and configure a simple project
|
|
|
|
[Building web UI](Building_UI/README.md) - overview of the basic features Compose for Web provides to build web UIs
|
|
|
|
[Handing Events](Events_Handling/README.md) - a short overview of Events handling with compose web
|
|
|
|
[Style DSL](Style_Dsl/README.md) - about styling the composable components in web
|