🌈 Create new beautiful Compose Gradients with our new wesite ->
Compose Component

HorizontalMultiBrowseCarousel

Material Design Carousel A horizontal carousel meant to display many items at once for quick browsing of smaller content like album art or photo thumbnails.

HorizontalMultiBrowseCarousel social preview

HorizontalMultiBrowseCarouselSample

@Preview
@Sampled
@Composable
fun HorizontalMultiBrowseCarouselSample() {

    data class CarouselItem(
        val id: Int,

CarouselWithShowAllButtonSample

@Preview
@Sampled
@Composable
fun CarouselWithShowAllButtonSample() {

    data class CarouselItem(
        val id: Int,

Content updated: