Name | Type | Default | Description |
---|---|---|---|
children required | ReactNode | The title of the header.
If more than one children are provided, each of them act as parts of a breadcrumb | |
actions | ReactNode | Action buttons that can be displayed on the right of the header | |
borderBottom | boolean | Whether the header should have a border on the bottom | |
description | ReactNode | The description text displayed inside the header underneath the title | |
docLink | string | A href pointing to documentation related to the current panel.
When provided, an info icon is rendered next to the title as link to this documentation | |
docLinkTooltipLabel | string | The tooltip text shown when hovering over the doc link icon |
No guidelines exist for Header yet.