Company Switcher initialization
The Company Switcher drop-in has no drop-in-specific configuration options or customizable models.
Version: 1.0.4
Basic initialization
Initialize the drop-in with default settings:
import { initializers } from '@dropins/tools/initializer.js';import { initialize } from '@dropins/storefront-company-switcher';
await initializers.mountImmediately(initialize, {});