Skip to content

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

CompanyStructure Container

Overview

The CompanyStructure container component for the drop-in.

Version: 1.0.0-beta16

Configuration

The CompanyStructure container provides the following configuration options:

| No configurations | - | - | - |

Slots

This container does not currently expose any customizable slots.

Usage

The following example demonstrates how to use the CompanyStructure container:

import { CompanyStructure } from '@dropins/storefront-company-management';
export default function MyComponent() {
return (
<CompanyStructure/>
);
}