Product Options
Show a list of all the options for the chosen product. This generates a series of list elements showing all the possible options.
<ProductOptions
dataRef={product.options}
product={product}
/>
- product: the data-element storing the product's configuration from the Product Generator
- dataRef: the options of a product to be iterated on
Last modified 26d ago