Skip to main content

PageBlock

PageBlock

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

Example

import { PageBlock } from '@vendure/admin-ui/react';

export function MyComponent() {
return (
<PageBlock>
...
</PageBlock>
);
}
Signature
function PageBlock(props: PropsWithChildren): void

Parameters

props

parameter
PropsWithChildren