From edb35e4c0d2833db08b54176c1e9352e3540b65b Mon Sep 17 00:00:00 2001 From: Oleksandr Karpovich Date: Thu, 2 Dec 2021 13:19:21 +0100 Subject: [PATCH] Update FEATURES.md (#1534) --- FEATURES.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/FEATURES.md b/FEATURES.md index 737a4c81f1..61d77829a7 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -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.