Components

Page

Components to construct a well-designed page layout.

Tasks

Usage

example-usage.tsx
<Page>  <PageHeader>    <PagePrimaryBar>      <PageTitle>Page</PageTitle>      <PageActions>{/* Actions */}</PageActions>    </PagePrimaryBar>    <PageSecondaryBar>{/* Filters */}</PageSecondaryBar>  </PageHeader>  <PageBody>{/* Content */}</PageBody></Page>