Files
compose-multiplatform/tutorials/Web/README.md
Oleksandr Karpovich fc4384aea4 web: add test-utils tutorial (#1475)
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
2021-12-02 09:57:12 +01:00

604 B

Compose for Web

The API is not finalized, and breaking changes can be expected

Content:

Getting Started With Compose for Web - create and configure a simple project

Building web UI - overview of the basic features Compose for Web provides to build web UIs

Handing Events - a short overview of Events handling with compose web

Style DSL - about styling the composable components in web

Using test-utils - how to use test-utils for DOM DSL unit testing