GiftCards is a child component of the CartPage component. This component shows a form for applying gift cards along with a list of applied Gift Cards in the shopping cart.
Returns: Parameters
Name
Type
Description
props
ObjectComponent props
props.setIsCartUpdating
functionCallback function to call when adding or removing a gift card
props.classes
ObjectCSS className overrides. See giftCards.module.css for a list of classes you can override.
Example (Importing into your project)
import GiftCards from '@magento/venia-ui/lib/components/CartPage/GiftCards';
Source Code: pwa-studio/packages/venia-ui/lib/components/CartPage/GiftCards/giftCards.js