How to use Breadcrumbs with react-router? Is there an example? #1699
-
Hey friends,
Now I need not only the content part to change based on the active route, but also the breadcrumbs. The only way I found to make it work has 2 issues:
It seems to me there's an idea about BreadcrumbGroups component that I'm missing, and the documentation/examples show to simple of a case to answer how it's supposed to be used in a real application. Can anybody show me how it's done? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello! You can use Here we have an example for side navigation: #126 (comment) but it is the same for BreadcrumbGroup as well |
Beta Was this translation helpful? Give feedback.
Hello!
You can use
onFollow
handler to callnavigate
programmaticaly.Here we have an example for side navigation: #126 (comment) but it is the same for BreadcrumbGroup as well