Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

CompanyPurchaseOrders Container

Overview

The CompanyPurchaseOrders container component for the drop-in.

Version: 0.0.1

Configuration

The CompanyPurchaseOrders 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 CompanyPurchaseOrders container:

import { CompanyPurchaseOrders } from '@dropins/storefront-purchase-order';
export default function MyComponent() {
return (
<CompanyPurchaseOrders/>
);
}