UNPKG

@mozaic-ds/vue

Version:

Mozaic-Vue is the Vue.js implementation of ADEO Design system

19 lines (12 loc) 903 B
# MCarousel A Carousel allows users to browse through multiple items within a horizontal container, using swipe gestures on mobile or navigation controls on desktop. It is primarily used to showcase products, promotions, or visual content, offering an engaging way to explore information in a condensed and interactive format. Carousels help optimize space while keeping content visually appealing and easily accessible. ## Props | Name | Description | Type | Default | | --- | --- | --- | --- | | `previousButtonAriaLabel` | Aria label for the previous button. | `string` | `"previous"` | | `nextButtonAriaLabel` | Aria label for the next button. | `string` | `"next"` | ## Slots | Name | Description | | --- | --- | | `default` | Use this slot to insert a list of components to be displayed in the carousel. | | `header` | Use this slot to insert the title, subtitle or link of the carousel. |