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