Slider Section Card Offer
The VSliderSectionCardOffer component is a Vue 3 component that displays a section containing a slider with offer cards. It uses VSection for the section layout and short title and VSliderCardOffer to render the offers inside a carousel.
Props
| Prop | Type | Required | Description |
|---|---|---|---|
items | IOffer[] | true | Array of offer objects. |
dataTitle | ITitleSlider | true | Object containing title, subtitle, link, link text, and topic. |
topic | string | true | The topic used to generate the section link. |