Skip to content

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

QuoteHistoryLog Container

Overview

The QuoteHistoryLog container component for the drop-in.

Version: 0.0.1

Configuration

The QuoteHistoryLog container provides the following configuration options:

ParameterTypeReq?Description
quoteDataNegotiableQuoteModelNoData object for quote

Slots

This container does not currently expose any customizable slots.

Usage

The following example demonstrates how to use the QuoteHistoryLog container:

import { QuoteHistoryLog } from '@dropins/storefront-quote-management';
export default function MyComponent() {
return (
<QuoteHistoryLog
quoteData={quoteData}
/>
);
}