Tooltip on Breadcrumb Items #1336
Unanswered
godismyjudge95
asked this question in
Feature Requests
Replies: 1 comment 3 replies
-
@godismyjudge95 I don't follow what you mean here. So it does work? Can you share some code examples of what does work and a code sample of what this feature request if for then? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently we can do this by wrapping the breadcrumb item in a tooltip, but it would be nice to do it inline as an attribute.
Example use case:
We have an app that has a nested structure of models like this:
When viewing/editing any one of those the breadcrumbs might look like:
Which can be difficult to know what is what. We could prefix each of those, add icons, or color code them. But it would be really nice to be able to add a tooltip to each one. So you could hover "Nightwatch" and know it is a Property, hover "Add 2FA" and know it is a Ticket, etc.
Edit: Adding examples
What I would like to do:
What I have to do instead currently:
But as you can see that will add a good bit of boilerplate for each breadcrumb item. In the breadcrumb example above it would start to get pretty long:
Beta Was this translation helpful? Give feedback.
All reactions