items

abstract fun items(count: Int, itemContent: @Composable (index: Int) -> Unit)

Adds a count of items.

Parameters

count

The items count.

itemContent

The content displayed by a single item.