[O3 Framework](../API.md) / Workspace2

# Variable: Workspace2

> `const` **Workspace2**: `React.FC`\<`Workspace2Props`\>

Defined in: [packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx:62](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx#L62)

The Workspace2 component is used as a top-level container to render
its children as content within a workspace. When creating a workspace
component, `<Workspace2>` should be the top-level component returned,
wrapping all of the workspace content.
