From c7ac5ad861e5d1cefb493a3300b0d74270bee856 Mon Sep 17 00:00:00 2001 From: Samandar Turgunboyev Date: Tue, 24 Feb 2026 15:05:24 +0500 Subject: [PATCH] carousel --- .../categories/ui/category-carousel.tsx | 9 ++++++- src/widgets/welcome/ui/index.tsx | 26 ++++++++++++++++--- 2 files changed, 31 insertions(+), 4 deletions(-) diff --git a/src/widgets/categories/ui/category-carousel.tsx b/src/widgets/categories/ui/category-carousel.tsx index 98f405a..a9e11a0 100644 --- a/src/widgets/categories/ui/category-carousel.tsx +++ b/src/widgets/categories/ui/category-carousel.tsx @@ -107,7 +107,14 @@ const CategoryCarousel = memo(function CategoryCarousel({ - + {activeProducts.map((product) => ( { return ( <>
- + {isLoading && ( @@ -171,7 +178,13 @@ const Welcome = () => { - + {category && category.map((banner, index) => ( @@ -220,7 +233,14 @@ const Welcome = () => {
- + {productLoading && Array.from({ length: 6 }).map((__, index) => (