Acronis UIKit
Layouts

Page Content

The padded gutter region for a page's body.

Usage

import { PageContent } from '@acronis-platform/ui-react';

PageContent is the padded gutter for a page's body. It renders a <div> (not <main>) so it nests inside AppShellMain without duplicating the main landmark; if you use it without the App Shell, wrap it in your own <main>.

Examples

<AppShellMain>
  <PageContent>
    <PageHeader>…</PageHeader>
    {children}
  </PageContent>
</AppShellMain>

API Reference

Prop

Type

Edit on GitHub

On this page