ProductGiftCardOptions Container
Overview
The ProductGiftCardOptions container component for the drop-in.
Version: 1.3.5
Configuration
The ProductGiftCardOptions container provides the following configuration options:
| Parameter | Type | Req? | Description |
|---|---|---|---|
scope | string | No | Configuration for scope |
Slots
This container does not currently expose any customizable slots.
Usage
The following example demonstrates how to use the ProductGiftCardOptions container:
import { ProductGiftCardOptions } from '@dropins/storefront-pdp';
export default function MyComponent() { return ( <ProductGiftCardOptions scope="example" /> );}