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
/
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