AddToCartButton
The AddToCartButton
component renders a button that adds an item to the cart when pressed.
It must be a descendent of the CartProvider
component.
Example code
Anchor link to section titled "Example code"
Name | Type | Description |
---|---|---|
attributes? | Object< |
An array of cart line attributes that belong to the item being added to the cart. |
variantId? | string | null |
The ID of the variant. |
quantity? | number |
The item quantity. |
children | ReactNode |
Any ReactNode elements. |
accessibleAddingToCartLabel? | string |
The text that is announced by the screen reader when the item is being added to the cart. Used for accessibility purposes only and not displayed on the page. |
Component type
Anchor link to section titled "Component type"The AddToCartButton
component is a client component, which means that it renders on the client. For more information about component types, refer to React Server Components.