CompanyProfile Container
Overview
The CompanyProfile container component for the drop-in.
Version: 1.0.0-beta16
Configuration
The CompanyProfile 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 CompanyProfile container:
import { CompanyProfile } from '@dropins/storefront-company-management';
export default function MyComponent() { return ( <CompanyProfile/> );}