toggle menu
JchuComponents
androidJvm
switch theme
search in API
jchucomponents-ui
/
com.jeluchu.jchucomponents.ui.migration.lists.grids
/
LazyGrid
Lazy
Grid
@
Composable
fun
<
T
>
LazyGrid
(
items
:
List
<
T
>
=
listOf()
,
rows
:
Int
=
3
,
horizontalPadding
:
Int
=
8
,
itemContent
:
@
Composable
LazyItemScope
.
(
T
,
Int
)
->
Unit
)