Name | Type | Default | Description |
---|---|---|---|
title required | ITitleProps | The title of the header | |
actions | IContentProps[] | Action buttons displayed in the right portion of the header | |
children | ReactNode | ||
classes | string[] | Additional CSS classes to set on the HeaderWrapper element | |
description | ReactNode | Text that appears above the tabs in the header wrapper | |
hasBorderBottom | boolean | true | Whether the header displays a border on the bottom |
hasPadding | boolean | true | Whether the header has padding |
tabs | ITabProps[] | Array of tabs, see Tab Component for details |
No guidelines exist for BasicHeader yet.