AppBannerCarousel

fun AppBannerCarousel(modifier: Modifier = Modifier, title: String, itemCount: Int, itemContent: @Composable (index: Int) -> Unit)

A specialized carousel for banners.

Parameters

modifier

The Modifier to be applied to the carousel container.

title

The title of the carousel section.

itemCount

The number of items in the carousel.

itemContent

The composable content for each banner page.