Skip to content

Commit 954a958

Browse files
authored
Update README.md
1 parent 69e4400 commit 954a958

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
[![Maven Central](https://img.shields.io/maven-central/v/com.huanshankeji/compose-multiplatform-material)](https://search.maven.org/artifact/com.huanshankeji/compose-multiplatform-material)
44
![Kotlin version](https://kotlin-version.aws.icerock.dev/kotlin-version?group=com.huanshankeji&name=compose-multiplatform-material)
55

6-
Some simple Compose Multiplatform wrappers of common components, layouts, and Material Design components for
7-
desktop/Android and web (mainly based on [KMDC](https://github.com/mpetuska/kmdc))
6+
Some simple Compose Multiplatform wrappers of common components, layouts, and Material Design components for Android/desktop and Compose HTML (mainly based on [KMDC](https://github.com/mpetuska/kmdc))
87

98
We try to make the function types of the composable components follow those of the desktop and Android ones
10-
in `androidx.compose.foundation` and `androidx.compose.material`, meanwhile being compatible with the Web APIs. However,
9+
in `androidx.compose.foundation` and `androidx.compose.material`, meanwhile being compatible with the Compose HTML APIs. However,
1110
only subsets of the composables and composable arguments are supported due to the API differences, limitations of the
12-
web composables this project depends on, and our limited effort.
11+
Compose HTML composables this project depends on, and our limited effort.
1312

1413
Visual consistency across different platforms is not guaranteed.
1514

0 commit comments

Comments
 (0)