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

Tooltip not works with Tabs #1186

Closed
2 tasks done
vitorLostadaC opened this issue Dec 13, 2023 · 1 comment
Closed
2 tasks done

Tooltip not works with Tabs #1186

vitorLostadaC opened this issue Dec 13, 2023 · 1 comment

Comments

@vitorLostadaC
Copy link

  • I have searched the Issues to see if this bug has already been reported
  • I have tested the latest version

Steps to reproduce

image

Current behavior

when I added the tooltipe on over the Tab.Item all content inside button disappear

image
image

Expected behavior

Show Tooptip

@tulup-conner
Copy link
Collaborator

Hi there, <Tabs.Item title={..}> accepts any ReactNode, which means you can insert a <Tooltip> component and use the theme to adjust its target style so that it looks like a normal tab button, but has tooltip behavior.

@tulup-conner tulup-conner closed this as not planned Won't fix, can't repro, duplicate, stale Dec 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants