summaryrefslogtreecommitdiff
path: root/src/lib/home/components
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-08-29 16:13:51 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-08-29 16:13:51 +0700
commit28691cd9eed9ea4480d978ae83a8a9424caf8ef4 (patch)
treecbaa0b09cd7339bd48a797861d507e878bb20b81 /src/lib/home/components
parent35c3eaad59dac0f0837dc43d5d4355c7e77803e5 (diff)
<iman> add pagintion
Diffstat (limited to 'src/lib/home/components')
-rw-r--r--src/lib/home/components/CategoryDynamic.jsx10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/home/components/CategoryDynamic.jsx b/src/lib/home/components/CategoryDynamic.jsx
index 7f8a4135..48a60323 100644
--- a/src/lib/home/components/CategoryDynamic.jsx
+++ b/src/lib/home/components/CategoryDynamic.jsx
@@ -41,15 +41,15 @@ const CategoryDynamic = () => {
}, [categoryManagement.isLoading]);
const swiperBanner = {
- autoplay: {
- delay: 6000,
- disableOnInteraction: false,
- },
- modules: [Pagination, Autoplay],
+ modules: [Pagination, ],
loop: true,
classNames:'mySwiper',
slidesPerView: 3,
spaceBetween:10,
+ pagination: {
+ dynamicBullets: true,
+ clickable: true,
+ }
};
return (