Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow tooltips on tabs #10714

Closed
gadkadosh opened this issue Mar 19, 2018 · 4 comments
Closed

Allow tooltips on tabs #10714

gadkadosh opened this issue Mar 19, 2018 · 4 comments
Assignees
Labels
component: tooltip This is the name of the generic UI component, not the React module! new feature New feature or request

Comments

@gadkadosh
Copy link

Currently it is not possible to have tooltips on Tabs, which seems especially useful for icon-only tabs.
They just don't play well together. Either wrapping a Tab with a Tooltip doesn't make sense for the parent Tabs component, or wrapping just the icon leads to broken behavior. Since Tabs are based off Buttons I expected it to work.

@oliviertassinari oliviertassinari added the component: tooltip This is the name of the generic UI component, not the React module! label Mar 19, 2018
@yim77
Copy link

yim77 commented Mar 22, 2018

Same issue here. Having icon tabs and my users pushed me to add labels to tabs, that isn't ideal in terms of space needed. Fixing this tooltip issue is highly desirable.

@kdschaffe
Copy link

This would be nice to have - I ended up using the internal Tooltip and positioning it as a sibling of <Tabs> but will need some more work to get it working with a fluid layout.

@oliviertassinari oliviertassinari added the bug 🐛 Something doesn't work label Mar 31, 2018
@digleg
Copy link

digleg commented Apr 10, 2018

same here it will be really convenient

@oliviertassinari oliviertassinari added new feature New feature or request and removed bug 🐛 Something doesn't work labels May 20, 2018
@stclairdaniel
Copy link

+1
This would be a great feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: tooltip This is the name of the generic UI component, not the React module! new feature New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants