Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
Component for summarising details of a product, used in the checkout flow.
The ProductSummary component consists of an image, label and title text, and an optional list. It
also requires metadata including an icon, product title, price and currency. A pre-sale price is
optional, and will be displayed on passing the showPreSalePrice
prop.
Name | Description | Default |
---|---|---|
productImage* | string | - |
label* | string | - |
title* | string | - |
summaryList* | string[] | - |
metadata* | Metadata | - |