ClusterCardSize

sealed interface ClusterCardSize

Defines the size of a ClusterCard.

Each size corresponds to a specific set of visual properties.

Inheritors

Types

Link copied to clipboard
class Large(val description: String? = null, val badge: ClusterCardBadge? = null, val relatedProducts: RelatedProducts? = null) : ClusterCardSize

A large cluster card that can display a title, an image, a description, a badge and related products.

Link copied to clipboard

A small cluster card, suitable for displaying a title and an image.