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
/
LazyHorizontalGrid
Lazy
Horizontal
Grid
@
Composable
fun
LazyHorizontalGrid
(
cells
:
GridCells
,
modifier
:
Modifier
=
Modifier
,
state
:
LazyListState
=
rememberLazyListState()
,
contentPadding
:
PaddingValues
=
PaddingValues(0.dp)
,
content
:
LazyGridScope
.
(
)
->
Unit
)