Page Header

Summary

The page header pattern is meant to display information in the header of a single page. This is different than a top bar in a sense that the top bar is the same on each page. A page header also contains information such as buttons or a page title for the specific page.

There are no attributes defined for this pattern.

Example

Hello World

Markup

<div class="zui-page-header">
    <div class="zui-page-header-inner">
        <div class="zui-page-header-main">
            <h1>Hello World</h1>
        </div>
    </div>
</div>
Fork me on GitHub