Skip to content

OrderStatus Container

Overview

The OrderStatus container component for the drop-in.

Version: 1.4.0

Configuration

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

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