Product Summary Name is a block exported by the Product Summary app responsible for rendering the product name.
- Import the
vtex.product-summary app to your theme's dependencies in the manifest.json:
_10 "vtex.product-summary": "2.x"
- Add the
product-summary-name block to your store theme as a child of product-summary.shelf. For example:
_10 "product-summary.shelf": {
_10 "product-summary-image",
_10+ "product-summary-name",
_10 "product-summary-space",
_10 "product-summary-column#1"
- Then, declare the
product-summary-name and configure its behavior using the props stated below.
To apply CSS customizations in this and other blocks, follow the Using CSS Handles for store customization guide.