Page

Summary

The page pattern defines how a page looks like. This pattern can only be used once on a page.

There are no attributes defined for this pattern.

Example

Markup

<body>
    <div class="zui-page-panel">
        <div class="zui-page-content"></div>
    </div>
</body>
Fork me on GitHub