@vtex/product-details

A bundle of components that together can be used to build the Product Summary.

Usage no npm install needed!

<script type="module">
  import vtexProductDetails from 'https://cdn.skypack.dev/@vtex/product-details';
</script>

README

Product details

Oie! These are our product detail components.

Installation

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

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

And to import it in your code

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