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