Skip to content

ProductCardProps

Defined in: react/src/Cards.tsx:64

optional className?: string

Defined in: react/src/Cards.tsx:76


optional contentSource?: "generated" | "cached" | "static"

Defined in: react/src/Cards.tsx:73

Copy provenance. The product’s own name and price are never generated.


optional href?: string

Defined in: react/src/Cards.tsx:75


product: object

Defined in: react/src/Cards.tsx:65

optional description?: string

id: string

optional imageUrl?: string

name: string

optional price?: string | number


optional style?: CSSProperties

Defined in: react/src/Cards.tsx:77


optional theme?: { colors: Record<string, string>; sources: Record<string, string>; } | null

Defined in: react/src/Cards.tsx:74