steep components
All components

ProductCarousel

Embla featured-products row with prev/next chevrons and 1/2/3/4 responsive widths.

components/product-carousel.tsxPeer deps: lucide-react, embla-carousel-react

Live preview

Usage

import { ProductCarousel } from "@/components/product-carousel";

<ProductCarousel
  products={featuredProducts}
  purchaseCounts={purchaseCounts}
  onAddToCart={(p) => cartStore.add(p)}
/>