ShippingAddressDisplay Container
Overview
The ShippingAddressDisplay container component for the drop-in.
Version: 0.0.1
Configuration
The ShippingAddressDisplay container provides the following configuration options:
| Parameter | Type | Req? | Description |
|---|---|---|---|
quoteData | NegotiableQuoteModel | No | Data object for quote |
loading | boolean | No | Configuration for loading |
Slots
This container does not currently expose any customizable slots.
Usage
The following example demonstrates how to use the ShippingAddressDisplay container:
import { ShippingAddressDisplay } from '@dropins/storefront-quote-management';
export default function MyComponent() { return ( <ShippingAddressDisplay quoteData={quoteData} loading={true} /> );}