diff --git a/tutorials/Web/Building_UI/README.md b/tutorials/Web/Building_UI/README.md index 72f4d06a95..b77ceaa75d 100644 --- a/tutorials/Web/Building_UI/README.md +++ b/tutorials/Web/Building_UI/README.md @@ -1,8 +1,5 @@ # Building the UI with Compose Web -**The API is not finalized, and breaking changes can be expected** - -## Introduction In this tutorial we will look at several examples that use the Composable DOM DSL to describe the user interface for your web application. diff --git a/tutorials/Web/Events_Handling/README.md b/tutorials/Web/Events_Handling/README.md index 60fed77606..47f82aad8f 100644 --- a/tutorials/Web/Events_Handling/README.md +++ b/tutorials/Web/Events_Handling/README.md @@ -1,7 +1,5 @@ # Events handling in Compose Web -**The API is not finalized, and breaking changes can be expected** - You can add event listeners in the `attrs` block: #### onClick diff --git a/tutorials/Web/Getting_Started/README.md b/tutorials/Web/Getting_Started/README.md index 9520a2d9e7..644a85d100 100644 --- a/tutorials/Web/Getting_Started/README.md +++ b/tutorials/Web/Getting_Started/README.md @@ -1,9 +1,5 @@ # Getting Started With Compose for Web -**The API is not finalized, and breaking changes can be expected** - -## Introduction - In this tutorial, we will create a simple web UI application using the Compose UI framework. diff --git a/tutorials/Web/Style_Dsl/README.md b/tutorials/Web/Style_Dsl/README.md index e478bee424..38a2c18ac4 100644 --- a/tutorials/Web/Style_Dsl/README.md +++ b/tutorials/Web/Style_Dsl/README.md @@ -1,7 +1,5 @@ # Style DSL in Compose Web -**The API is not finalized, and breaking changes can be expected** -## Introduction In this tutorial we have a look at how to style the components using the Style DSL. It’s a typesafe DSL for style sheets, which you can use to express CSS rules in your Kotlin code, and even modify styles based on the state of your Compose application. diff --git a/tutorials/Web/Using_Effects/README.md b/tutorials/Web/Using_Effects/README.md index b846daa109..996cc1f3b4 100644 --- a/tutorials/Web/Using_Effects/README.md +++ b/tutorials/Web/Using_Effects/README.md @@ -1,7 +1,5 @@ # Using Effects in Compose Web -**The API is not finalized, and breaking changes can be expected** -## Introduction Compose for Web introduces a few dom-specific effects on top of [existing effects from Compose](https://developer.android.com/jetpack/compose/side-effects).