toggle menu
JchuComponents
androidJvm
switch theme
search in API
jchucomponents-ui
/
com.jeluchu.jchucomponents.ui.foundation.lists
/
LazyGridScope
/
items
items
abstract
fun
items
(
count
:
Int
,
itemContent
:
@
Composable
LazyItemScope
.
(
index
:
Int
)
->
Unit
)
Adds a
count
of items.
Parameters
count
the items count
item
Content
the content displayed by a single item