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
Examples
Properties
PageHeader
| Property | Type | Required | Default |
|---|---|---|---|
| title | String | true | - |
| inGrid | Bool | false | - |
| utilClassNames | String | false | - |
| children | Node | false | - |
PageHeader.Button
| Property | Type | Required | Default |
|---|---|---|---|
| children | Node | false | - |
| onClick | Func | false | - |
| utilClassNames | String | false | - |