Skip to main content

PageBlock

A container for page content which provides a consistent width and spacing.

Example

Ts
import { PageBlock } from '@vendure/admin-ui/react';export function MyComponent() {  return (    <PageBlock>      ...    </PageBlock>  );}
Signature
function PageBlock(props: PropsWithChildren): void

Parameters

props

parameterPropsWithChildren
Was this chapter helpful?
Report Issue
Edited Feb 2, 2026·Edit this page