Skip to content

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

OrderHeader Container

Overview

The OrderHeader container component for the drop-in.

Version: 1.4.0

Configuration

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

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