Skip to content

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

CompanyUsers Container

Version: 1.0.0-beta19

Configuration

The CompanyUsers container provides the following configuration options:

ParameterTypeReq?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);