ProductDescription
The ProductDescription
component renders a div
component with
the product's descriptionHtml
.
It must be a descendent of the ProductProvider
component.
Example code
Anchor link to section titled "Example code"
Component type
Anchor link to section titled "Component type"The ProductDescription
component is a client component, which means that it renders on the client. For more information about component types, refer to React Server Components.