Page Header
Overview
When to use
The page header is used to introduce a page with a headline on top of a page. Aside the headline the page header also holds functional elements for the hole page like save or filter.
When to consider an alternative
If you want to introduce section inside a page. Use page-section instead.
Component
Default
1024px
375px768px1400px
Examples
1024px
375px768px1400px
Properties
PageHeader
Property | Type | Required | Default |
---|---|---|---|
title | String | true | - |
inGrid | Bool | false | - |
utilClassNames | String | false | - |
childern | Instanceof Class(PageHeader.Button) | false | - |
PageHeader.Button
Property | Type | Required | Default |
---|---|---|---|
children | Node | false | - |
onClick | Func | false | - |