VSliderSwiper Component

Description

The VSliderSwiper component is designed to create a slider using Swiper.js for enhanced performance and features.

Props

PropTypeDescription
slidesArrayArray of slide objects to be displayed in the slider.
paginationBooleanEnable pagination controls.
navigationBooleanEnable navigation arrows.

Events

EventDescription
slideChangeEmitted when the slide changes.

Slots

Slot NameDescription
defaultSlot for custom content in the slider.

Usage

vue
<VSliderSwiper :slides="swiperSlides" :pagination="true" :navigation="true" @slideChange="onSlideChange" />
Help Ukraine to stop russian aggression