MiniCart Container
Overview
The MiniCart container component for the drop-in.
Version: 1.5.1
Configuration
The MiniCart 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 MiniCart container:
import { MiniCart } from '@dropins/storefront-cart';
export default function MyComponent() { return ( <MiniCart/> );}