CompanyUsers Container
Manages company users including adding, editing, removing users, and controlling user status (Active/Inactive).
Version: 1.0.0
Configuration
The CompanyUsers container provides the following configuration options:
| Parameter | Type | Req? | Description |
|---|---|---|---|
children | function | No | Renders custom child content within the container. Use to add supplementary UI elements or contextual information. |
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 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);