Files
compose-multiplatform/tutorials/Web/README.md
Oleksandr Karpovich b41344ef41 Web/update tutorials and examples (#942)
* 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>
2021-07-28 17:50:20 +02:00

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