Breadcrumbs
Separates list of react nodes with given separator
Source
Docs
Package
Usage
Breadcrumbs component accepts any number of React nodes as children
and adds a given separator (defaults to /) between them:
Max items
Breadcrumbs component accepts maxItems prop to limit the number of items which will show ellipsis (default to ...) when there are more items than the limit.
Ellipsis
Breadcrumbs component accepts ellipsis prop to customize the ellipsis element.
The ellipsis element is a clickable element that will show all the items when clicked.