Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

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:

ParameterTypeReq?Description
childrenfunctionNoRenders custom child content within the container. Use to add supplementary UI elements or contextual information.
classNamestringNoAdds 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);