Breadcrumbs
The Breadcrumbs
component can be used to indicate the location and hierarchy
of the current page. It also allows users to easily navigate back to a higher
level in the hierarchy.
BreadcrumbsProps
extends
, ,
Name | Type | Default | Description |
---|---|---|---|
children? | - | Elements to be displayed as Breadcrumbs. |
Breadcrumbs.Item
You can use the Breadcrumbs.Item
component to render an item inside the
Breadcrumbs
menu, as shown above.
BreadcrumbsItemProps
Signature:
export declare type BreadcrumbsItemProps<E extends > = <E, >;
Still have questions?
Find answers in the Dynatrace Community