Skip to content

Commit 040f715

Browse files
authored
Update README with detailed Lazy components info
Clarified descriptions for Lazy components and List.
1 parent 992fc80 commit 040f715

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ com.huanshankeji:compose-multiplatform-html-unified-common:$version
6060

6161
##### Lazy
6262

63-
- `LazyColumn` (via flexbox on JS, based on Kobweb)
64-
- `LazyRow` (via flexbox on JS, based on Kobweb)
63+
- `LazyColumn` (via flexbox on JS, based on Kobweb, only "lazy" on Compose UI but works fine for JS DOM)
64+
- `LazyRow` (via flexbox on JS, based on Kobweb, only "lazy" on Compose UI but works fine for JS DOM)
6565

6666
#### Material 2 components
6767

@@ -95,7 +95,7 @@ com.huanshankeji:compose-multiplatform-html-unified-material2:$version
9595

9696
##### `lazy.ext` components
9797

98-
- `List`/`LazyColumnList` (visually inconsistent for now)
98+
- `List`/`LazyColumnList` (visually inconsistent for now, only "lazy" on Compose UI but works fine for JS DOM)
9999

100100
#### Material 3 components
101101

0 commit comments

Comments
 (0)