Feature Request: Breadcrumb overflow collapse (…) with dropdown navigation #228
shankaryadavy9
started this conversation in
Ideas
Replies: 1 comment
-
|
I just searched how AWS implemented https://github.com/cloudscape-design/components/tree/main/src/breadcrumb-group |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
When breadcrumb paths become long (deep routes or UUID-based URLs), items wrap into multiple lines. This breaks layout consistency, especially inside toolbars.
Example:
Expected behavior
Breadcrumb should remain single-line and support overflow handling similar to enterprise consoles like AWS.
Proposed UX
When items exceed width:
Clicking
…should open a dropdown listing hidden breadcrumb items for navigation.Reference implementation
AWS Console breadcrumb:
Behavior:
Why useful
Happy to contribute if maintainers agree on design direction.
Beta Was this translation helpful? Give feedback.
All reactions