Browse Source

web: remove warning about experimental in tutorials

pull/1547/head
Oleksandr Karpovich 3 years ago
parent
commit
0fe4c73f81
  1. 3
      tutorials/Web/Building_UI/README.md
  2. 2
      tutorials/Web/Events_Handling/README.md
  3. 4
      tutorials/Web/Getting_Started/README.md
  4. 2
      tutorials/Web/Style_Dsl/README.md
  5. 2
      tutorials/Web/Using_Effects/README.md

3
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.

2
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

4
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.

2
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.

2
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).

Loading…
Cancel
Save