JchuComponents
Toggle table of contents
3.0.0-alpha07
release
Target filter
release
Switch theme
Search in API
Skip to content
JchuComponents
jchucomponents-ui
/
com.jeluchu.jchucomponents.ui.foundation.lists
/
LazyGrid
Lazy
Grid
@
Composable
fun
<
T
>
LazyGrid
(
items
:
List
<
T
>
=
listOf()
,
rows
:
Int
=
3
,
horizontalPadding
:
Int
=
8
,
itemContent
:
@
Composable
LazyItemScope
.
(
T
,
Int
)
->
Unit
)