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