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
#### About `ext` components (components in the `ext` packages)
60
91
61
-
The components in the `ext` packages don't follow the `androidx.compose` APIs exactly, but rather provide wrappers are idiomatic and conventional on both kinds of targets, wrapping different APIs which can't be unified following the `androidx.compose` APIs.
92
+
The components in the `ext` packages don't follow the `androidx.compose` APIs exactly, but rather provide wrappers are more idiomatic and conventional on both kinds of targets, wrapping different APIs which can't be unified following the `androidx.compose` APIs.
62
93
63
94
### Styles (obsolete in the legacy module, for removal)
64
95
@@ -82,6 +113,8 @@ The functions in `StyleScope`:
82
113
-`padding`
83
114
-`background`
84
115
-`border` (visually inconsistent)
116
+
-`onClick`
117
+
-`verticalScroll`, `horizontalScroll` (`ScrollState` not supported on JS yet)
85
118
86
119
#### `ext` modifiers
87
120
@@ -108,7 +141,7 @@ repositories {
108
141
109
142
### Material Symbols & Icons on JS
110
143
111
-
See [the corresponding section in Compose HTML Material]() for Material Icons on JS.
144
+
See [the corresponding section in Compose HTML Material](https://github.com/huanshankeji/compose-html-material?tab=readme-ov-file#material-symbols--icons) for Material Icons on JS.
0 commit comments