Skip to content

Commit 0ec0764

Browse files
committed
Add supported styles in README.md
1 parent 8a95126 commit 0ec0764

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,22 @@ This project is prototype and there is no documentation yet. Check out [the demo
1818
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.
1919
-->
2020

21-
## Supported components
21+
## Supported features
2222

23-
### Common (Foundation) components
23+
### Components
24+
25+
#### Common (Foundation) components
2426

2527
- `BasicText`
2628
- `RawText`
2729

28-
#### Layouts
30+
##### Layouts
2931

3032
- `Box`
3133
- `Column` (via flexbox on web)
3234
- `Row` (via flexbox on web)
3335

34-
### Material components
36+
#### Material components
3537

3638
- `Button`
3739
- `Card`
@@ -40,3 +42,12 @@ There is no plan to support Apple platforms until there is official support from
4042
- `ScrollableList`/`LazyColumn` (visually inconsistent for now)
4143
- `Text`/`MaterialText`
4244
- `TopAppBarScaffold`
45+
46+
### styles
47+
48+
- `height`
49+
- `margin`
50+
- `width`
51+
- `backgroundColor`
52+
- `border`
53+
- `outerBorder`

0 commit comments

Comments
 (0)