CartLineProductTitle
The CartLineProductTitle
component renders a span
element (or the type of HTML element specified by
the as
prop) with the cart line merchandise's title. It must be a descendent of a CartLineProvider
component.
Example code
Anchor link to section titled "Example code"
Name | Type | Description |
---|---|---|
as |
TTag |
An HTML tag to be rendered as the base element wrapper. The default is span . |
Component type
Anchor link to section titled "Component type"The CartLineProductTitle
component is a client component, which means that it renders on the client. For more information about component types, refer to React Server Components.