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

HorizontalUncontainedCarousel

Material Design Carousel A horizontal carousel that displays its items with the given size except for one item at the end that is cut off.

HorizontalUncontainedCarousel social preview

HorizontalUncontainedCarouselSample

@Preview
@Sampled
@Composable
fun HorizontalUncontainedCarouselSample() {

    data class CarouselItem(
        val id: Int,

Content updated: