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
Copy file name to clipboardExpand all lines: README.md
+15-4Lines changed: 15 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,20 +18,22 @@ This project is prototype and there is no documentation yet. Check out [the demo
18
18
There is no plan to support Apple platforms until there is official support from [Compose Multiplatform](https://github.com/JetBrains/compose-jb). Check out <https://github.com/cl3m/multiplatform-compose> for some experiments and prototypes on supporting iOS with Compose Multiplatform.
19
19
-->
20
20
21
-
## Supported components
21
+
## Supported features
22
22
23
-
### Common (Foundation) components
23
+
### Components
24
+
25
+
#### Common (Foundation) components
24
26
25
27
-`BasicText`
26
28
-`RawText`
27
29
28
-
#### Layouts
30
+
#####Layouts
29
31
30
32
-`Box`
31
33
-`Column` (via flexbox on web)
32
34
-`Row` (via flexbox on web)
33
35
34
-
### Material components
36
+
####Material components
35
37
36
38
-`Button`
37
39
-`Card`
@@ -40,3 +42,12 @@ There is no plan to support Apple platforms until there is official support from
40
42
-`ScrollableList`/`LazyColumn` (visually inconsistent for now)
0 commit comments