WorkspaceManagementMenu
The <WorkspaceManagementMenu>
renders a menu that enables users to create, delete, save, favorite, and switch between
workspaces. It is launched from the "Workspaces" button on the toolbar.
Props
<WorkspaceManagementMenu>
is not customizable except by CSS. It takes no props.
To learn more about workspaces, please refer to Understanding Workspaces.
Usage
// The workspace management menu can only function inside of a ToolbarShell.
<ToolbarShell>
<ToolbarSection>
<WorkspaceManagementMenu />
</ToolbarSection>
</ToolbarShell>