AUI Documentation
Page header
Ask a question Design guidelinesSummary
The page header gives context to the content within the page. It is made up of a combination of the page title, avatar, metadata and related actions of the title.
Status
| API status: | general |
|---|---|
| Included in AUI core? | Yes. You do not need to explicitly require the web resource key. |
| Web resource key: | com.atlassian.auiplugin:aui-page-header
|
| AMD Module key: | N/A |
| Experimental since: | 3.7 |
| General API status: | 5.0 |
Examples
Page title
Code
HTML
The page header is designed to include one or more of...
- (required) a heading
- breadcrumbs
- action buttons to the right
- avatar to the left
- small form (eg. search) although this is unusual
Note that Avatar, breadcrumb navigation and Buttons are components in their own right, combined with the Page Header wrapper.
This is a strict pattern. Variation from the markup documented here is not supported.