RelatedProducts

class RelatedProducts(val first: Painter, val second: Painter, val third: Painter)

A set of related products to be displayed below a ClusterCard.

Parameters

first

The first related product.

second

The second related product.

third

The third related product.

Constructors

Link copied to clipboard
constructor(first: Painter, second: Painter, third: Painter)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard