Breadcrumbs
Use Breadcrumbs to show users their location within a hierarchy of more than
two levels. Users can navigate back to any higher level directly.
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, >;