You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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))
8
7
9
8
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,
11
10
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.
13
12
14
13
Visual consistency across different platforms is not guaranteed.
0 commit comments