> For the complete documentation index, see [llms.txt](https://developer.unstack.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.unstack.com/docs/e-commerce/product-options.md).

# 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.

```jsx
<ProductOptions
  dataRef={product.options}
  product={product}
/>
```

## Attributes

* **product**: the data-element storing the product's configuration from the Product Generator
* **dataRef:** the options of a product to be iterated on
