# Product details

Oie! These are our product detail components.

## Installation

To install this module, you need to run the instructions bellow in your terminal

```sh
$ yarn add @vtex/product-details
$ # or
$ npm install @vtex/product-details
```

And to import it in your code

```js
import { Price, ProductName, QuantitySelector } from '@vtex/product-details'
```
