Skip to content

Related product

The <RelatedProduct> component lists products related or connected to the current product.

The header parameter is the name of the product and the href parameter links to the product. The product parameter defines the product icon to use based on the slugified name.

Use in Overview pages.

R2

Store large amounts of unstructured data without the costly egress bandwidth fees associated with typical cloud storage services.

Images

A suite of products tailored to your image-processing needs.

import { RelatedProduct } from "~/components";
<RelatedProduct header="R2" href="/r2/" product="r2">
Store large amounts of unstructured data without the costly egress bandwidth fees associated with typical cloud storage services.
</RelatedProduct>
<RelatedProduct header="Images" href="/images/" product="images">
A suite of products tailored to your image-processing needs.
</RelatedProduct>