BreadCrumb
A breadcrumb is a graphical control element frequently used as a navigational aid.
From URL
If you pass a URL in the url
prop instead of using the listRoute
prop, a breadcrumb will be generated from the various parts of the URL.
Each part of the breadcrumb will link to the corresponding part of the URL.
Custom path component
You can use the component
prop to pass a custom component to be renderer in each part of the breadcrumb.