themesberg / flowbite-react

Official React components built for Flowbite and Tailwind CSS
https://flowbite-react.com
MIT License
1.82k stars 406 forks source link

Tooltip not works with Tabs #1186

Closed vitorLostadaC closed 8 months ago

vitorLostadaC commented 8 months ago

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 commented 8 months ago

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.