PurchaseOrderApprovalFlow Container
Overview
The PurchaseOrderApprovalFlow container component for the drop-in.
Version: 0.0.1
Configuration
The PurchaseOrderApprovalFlow container provides the following configuration options:
| No configurations | - | - | - |
Slots
This container does not currently expose any customizable slots.
Usage
The following example demonstrates how to use the PurchaseOrderApprovalFlow container:
import { PurchaseOrderApprovalFlow } from '@dropins/storefront-purchase-order';
export default function MyComponent() { return ( <PurchaseOrderApprovalFlow/> );}