Add flexibility for Breadcrumbs to use history API navigation #1588
-
https://paste.twilio.design/components/breadcrumb/ Hi team, question about the Breadcrumb component. We are using it just fine in our application, but it would be even more consistent with our usual Anchors if we could also make Breadcrumb links use JavaScript-based navigation to avoid a full page render. Would it be possible to hook into the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @vnguyen94, I shared this suggestion with my team and we all agree it is something we should support. I've created a ticket in our backlog to move the prop spreading from the wrapping |
Beta Was this translation helpful? Give feedback.
-
Please note that in the Console, individual product teams won't be implementing breadcrumbs - the breadcrumbs are being implemented now by the Console team. |
Beta Was this translation helpful? Give feedback.
Hi @vnguyen94,
I shared this suggestion with my team and we all agree it is something we should support. I've created a ticket in our backlog to move the prop spreading from the wrapping
<Box as="li">
to the child element (Anchor or Text).So moving line 32 to line 41 and 45. What do you think about that approach?