Skip to content

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

EmptyCart Container

Overview

The EmptyCart container component for the drop-in.

Version: 1.5.1

Configuration

The EmptyCart container provides the following configuration options:

PropertyTypeRequiredDescription
No configurations---

Slots

This container does not currently expose any customizable slots.

Usage

The following example demonstrates how to use the EmptyCart container:

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