Image Carousel

Carousel that takes the ImageCarouselItem component as a child to display swipeable images.
By default, the images automatically swipe every few seconds and are paused when the mouse hovers over them.

PROPS (ImageCarouselItem): { children }
PROPS (ImageCarousel): { children }
        

Text Carousel

Carousel that takes the TextCarouselItem component as a child to display swipeable text.

PROPS (TextCarouselItem): { quote, citation }
PROPS (TextCarousel): { children }
        

Carousel Header