CompanyUsers Container
Version: 1.0.0-beta19
Configuration
The CompanyUsers container provides the following configuration options:
| Parameter | Type | Req? | Description |
|---|---|---|---|
| No configurations | - | - | - |
Slots
This container does not expose any customizable slots.
Usage
The following example demonstrates how to use the CompanyUsers container:
import { render as provider } from '@dropins/storefront-company-management/render.js';import { CompanyUsers } from '@dropins/storefront-company-management/containers/CompanyUsers.js';
await provider.render(CompanyUsers, {})(block);