Files
compose-multiplatform/tutorials/Web/README.md
Oleksandr Karpovich 6d76c337b3 Add tutorials for getting started with Compose for Web (#628)
* Add Compose for Web tutorials

* Update the compose-web tutorials

Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
2021-05-03 19:01:46 +02:00

13 lines
506 B
Markdown

# Compose for Web
**The API is experimental, 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