page-block.md 728 B


title: "PageBlock"

generated: true

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>
  );
}
function PageBlock(props: PropsWithChildren): void

Parameters

props