HomeVendure CoreShow hidden breadcrumbs...React ComponentsPageBlockOn this pagePageBlock@vendure/admin-uiSource A container for page content which provides a consistent width and spacing. Example Tsimport { PageBlock } from '@vendure/admin-ui/react';export function MyComponent() { return ( <PageBlock> ... </PageBlock> );} Signaturefunction PageBlock(props: PropsWithChildren): void Parameters props parameterPropsWithChildrenWas this chapter helpful?It was helpfulIt wasn't helpfulReport IssuePreviousLinkNextPageDetailLayoutEdited Feb 2, 2026·Edit this page