QuoteCommentsList Container
Overview
The QuoteCommentsList container component for the drop-in.
Version: 0.0.1
Configuration
The QuoteCommentsList container provides the following configuration options:
| Parameter | Type | Req? | Description |
|---|---|---|---|
quoteData | NegotiableQuoteModel | No | Data object for quote |
Slots
This container does not currently expose any customizable slots.
Usage
The following example demonstrates how to use the QuoteCommentsList container:
import { QuoteCommentsList } from '@dropins/storefront-quote-management';
export default function MyComponent() { return ( <QuoteCommentsList quoteData={quoteData} /> );}