PageHeader API
API reference docs for thePageHeader
component. For examples and details on the usage of this component, visit the component demo page.
Props
Prop | Type | Description | Default |
---|---|---|---|
start? | React.ReactNode | Content aligned to the left (navigation elements, breadcrumbs, back buttons) | _ |
center? | React.ReactNode | Content aligned to the center (page titles, status indicators, progress bars) | _ |
end? | React.ReactNode | Content aligned to the right (primary actions, save buttons, share options, overflow menus) | _ |
divider? | boolean | Shows a bottom border divider to separate header from page content | true |