init git
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
|
||||
export default {
|
||||
navigation: [
|
||||
{ icon: "isax isax-arrow-circle-right", text: true, rounded: true, swiper: true },
|
||||
{ icon: "isax isax-arrow-circle-left", text: true, rounded: true, swiper: true },
|
||||
],
|
||||
swiper: {
|
||||
pagination: { clickable: true },
|
||||
slidesPerView: 1,
|
||||
modules: [SwiperNavigation, SwiperPagination],
|
||||
spaceBetween: 0,
|
||||
navigation: {
|
||||
prevEl: "div>button[swiper]:first-of-type",
|
||||
nextEl: "div>button[swiper]:last-of-type",
|
||||
},
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user