Skip to content

Commit 4845e36

Browse files
committed
Update README.md
1 parent dc55abe commit 4845e36

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,31 @@ We try to make the styles of the composable components follow those of the deskt
66

77
Visual consistency across different platforms is not guaranteed.
88

9-
There is no documentation for this project yet. Check out the demo project on how to use the components.
9+
This project is prototype and there is no documentation yet. Check out [the demo project](demo) on how to use the components.
10+
11+
<!--
12+
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.
13+
-->
1014

1115
## Supported components
1216

17+
### Common (Foundation) components
18+
19+
- `BasicText`
20+
- `RawText`
21+
22+
#### Layouts
23+
24+
- `Box`
25+
- `Column`
26+
- `Row`
27+
28+
### Material components
29+
1330
- `Button`
31+
- `Card`
32+
- `Icon`
33+
- `IconButton`
34+
- `List`/`LazyColumn` (visually inconsistent)
35+
- `Text`/`MaterialText`
1436
- `TopAppBarScaffold`

0 commit comments

Comments
 (0)