You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do have a situation where I would need to add a specific extra breadcrumb.
Two scenarios:
For a /users path and a /users/:id path, both are at the same routing level, I would like to have: > Users > id
For a path with more sections /employees/:id/context/:contextId I would like to have: > Employees / id / Context / id (being able to navigate to each breadcrumb by clicking
Is there a customization approach that would allow me to achieve this functionality?
I tried a few things but couldn't figure it out ✌️
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there!
I have been testing the package 👌
I do have a situation where I would need to add a specific extra breadcrumb.
Two scenarios:
/users
path and a/users/:id
path, both are at the same routing level, I would like to have: > Users > id/employees/:id/context/:contextId
I would like to have: > Employees / id / Context / id (being able to navigate to each breadcrumb by clickingIs there a customization approach that would allow me to achieve this functionality?
I tried a few things but couldn't figure it out ✌️
I am on
^8.0.2
version.Thanks for the efforts!
Beta Was this translation helpful? Give feedback.
All reactions