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.
Click and drag (desktop only) 👆
Truncation
Long text will truncate in the middle and display the full text in a tooltip on hover. This doesn’t require extra configuration.
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.