Update FEATURES.md (#1534)

This commit is contained in:
Oleksandr Karpovich
2021-12-02 13:19:21 +01:00
committed by GitHub
parent c3c4955c6c
commit edb35e4c0d

View File

@@ -21,9 +21,11 @@
* [Context Menu](tutorials/Context_Menu/README.md)
### Features currently available in Compose for Web
* [Intro](tutorials/Web/Building_UI/README.md)
* [Intro: HTML DOM DSL](tutorials/Web/Building_UI/README.md)
* [Event handling](tutorials/Web/Events_Handling/README.md)
* [CSS](tutorials/Web/Style_Dsl/README.md)
* [Style DSL](tutorials/Web/Style_Dsl/README.md)
* [Controlled and Uncontrolled Inputs](tutorials/Web/Controlled_Uncontrolled_Inputs/README.md)
* [Test Utils](tutorials/Web/Using_Test_Utils/README.md)
Follow individual tutorials to understand how to use particular feature.