CustomerCompanyInfo Container
Displays basic company information for the currently authenticated customer.
Version: 1.0.0-beta27
Configuration
The CustomerCompanyInfo container provides the following configuration options:
| Parameter | Type | Req? | Description |
|---|---|---|---|
className | string | No | Adds custom CSS classes to the container element. Use to override default styles, integrate with existing design systems, or apply conditional styling based on application state. |
Slots
This container does not expose any customizable slots.
Usage
The following example demonstrates how to use the CustomerCompanyInfo container:
import { render as provider } from '@dropins/storefront-company-management/render.js';import { CustomerCompanyInfo } from '@dropins/storefront-company-management/containers/CustomerCompanyInfo.js';
await provider.render(CustomerCompanyInfo, { className: "Example Name",})(block);