To display <Breadcrumbs>, supply an array of Breadcrumb objects.
Hidden items
Inner breadcrumb links will automatically collapse into a <DropdownMenu> when they can’t fit on the screen. This doesn’t require any extra configuration.
Resize 👆
Truncation
Long text will truncate. The full text is always displayed for a breadcrumb element in the using the native title attribute. The last breadcrumb item is truncated at 320px; all other items are truncated at 160px.
Icons
FontAwesome icons can be passed to breadcrumb items with the icon prop.
The icons will also display when collapsed into a dropdown.
Disabled
The entire breadcrumb can be put into view-only mode by passing disabled, which will disable all click events.
Individual elements can also be selectively disabled.