Slider Section Card Primary
The VSliderSectionCardPrimary
component is a Vue 3 component that displays a section containing a slider with primary cards. It uses VSection
for the section layout and VSliderCardPrimary
to render the primary cards inside a carousel.
Props
Prop | Type | Required | Description |
---|---|---|---|
data | ICardPrimary[] | 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. |