All components
RelatedProducts
Three-up product row at the bottom of a PDP. Pure presentational.
components/related-products.tsxPeer deps:
lucide-reactLive preview
Usage
import { RelatedProducts } from "@/components/related-products";
// Caller fetches related products from their data source
const related = await fetchRelatedProducts(productId);
<RelatedProducts products={related} />