steep components
All components

RelatedProducts

Three-up product row at the bottom of a PDP. Pure presentational.

components/related-products.tsxPeer deps: lucide-react

Live preview

Usage

import { RelatedProducts } from "@/components/related-products";

// Caller fetches related products from their data source
const related = await fetchRelatedProducts(productId);
<RelatedProducts products={related} />