If there are more breadcrumbs, we are currently displaying them in a horizontal scroll (refer codesandbox). Instead of that, can we place a menu icon in the middle, and on clicking it, show all the breadcrumb items in a dropdown to quickly jump to any item (refer image)? Is this kind of behavior available in react-aria-component Breadcrumbs? #8383
Replies: 2 comments 5 replies
-
Thank for the discussion, you can definitely do this. See our implementation https://react-spectrum.adobe.com/s2/index.html?path=/docs/breadcrumbs--docs It is a little more work, using a custom collection renderer, but it's definitely doable. See docs as well https://react-spectrum.adobe.com/react-aria/collections.html#advanced-custom-collection-renderers |
Beta Was this translation helpful? Give feedback.
-
To implement the same Breadcrumbs component code in our app, there are too many dependencies. Is there any way to do it with minimal dependencies or import this component from somewhere else? Can you suggest an approach to integrate this component into our app? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
https://codesandbox.io/p/sandbox/tender-hill-tp9wpm
Beta Was this translation helpful? Give feedback.
All reactions