# `<Price />`

## Usage

| Prop name          | Type      | Description                                                                 |
| ------------------ | --------- | --------------------------------------------------------------------------- |
| `sellingPrice`     | `Number!` | Product selling price                                                       |
| `listPrice`        | `Number!` | Product list price                                                          |
| `showListPrice`    | `Boolean` | Determines if the list price is shown or not                                |
| `showLabels`       | `Boolean` | Determines if the labels are shown. If false, only the values will be shown |
| `showInstallments` | `Boolean` | Determines if the installments are shown                                    |
| `installments`     | `Number`  | Available number of installments                                            |
| `installmentPrice` | `Number`  | Single installment price                                                    |
