Last separator using Breadcrumb #1135
-
Hello! The latter seems to be the "default" configuration. But if it is the former, I would like to know how to implement that with last separator. I tried adding last={false} hoping that it would add the last separator but it didn't work. Any tips? Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @shyamajp I think you may be referring to the breadcrumb we use at the top of our doc pages, i.e.: https://share.getcloudapp.com/RBu41rO5 If so, that is an oversight on our part, and causes confusion. We need to fix those to use our actual Breadcrumb component. They're using an older component we built when we first built the doc pages. We'll create a ticket to get that fixed. The real Breadcrumb component does not have a separator after the last child, and is the correct usage. This example should help clarify things: https://paste.twilio.design/components/breadcrumb/#default-breadcrumb Let us know if you have any other questions. |
Beta Was this translation helpful? Give feedback.
Hi @shyamajp
I think you may be referring to the breadcrumb we use at the top of our doc pages, i.e.: https://share.getcloudapp.com/RBu41rO5
If so, that is an oversight on our part, and causes confusion. We need to fix those to use our actual Breadcrumb component. They're using an older component we built when we first built the doc pages. We'll create a ticket to get that fixed.
The real Breadcrumb component does not have a separator after the last child, and is the correct usage. This example should help clarify things: https://paste.twilio.design/components/breadcrumb/#default-breadcrumb
Let us know if you have any other questions.