Breadcrumbs
A breadcrumb is a secondary navigation that helps users to understand the hierarchy of interfaces and navigate through them.
Props
Name | Type | Default | Description |
---|---|---|---|
breadcrumb required | IBreadcrumbProps | Allows to configure the breadcrumb shown in 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 |
Examples
With documentation link and tabs
No guidelines exist for BreadcrumbHeader yet.