Design System React

AlphaThis a work in progress. Your input will help us to improve it. Report issues or raise questions on GitHub.

Page header

JSX for this example
<React.Fragment />

Page header with metadata

JSX for this example
<React.Fragment />

Page header configuration

PageHeader components can use the following props:

className (optional)
A CSS class name to pass to the component.
label (optional)
Text to use for a label shown above the H1 element. No label is displayed if there is no label prop provided.
title
Text to use for the page header's H1 element.

Page header components can show metadata below the H1 element. Do this by including a page metadata component as a child.