You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As tailwindui.com and this headlessui plugin from the same team.
I think they should run well with each other.
Well, when using With full-width flyouts Header, in case of showing the dropdown menu, we are using headleesui, then we must change the code structure.
Hey! Thank you for your bug report!
Much appreciated! 🙏
The menu component is not intended to be used for a flyout menu, its mainly used for dropdowns or your native menubar like situation. We have a new component in the develop branch, called a Popover that can be used for this very use case:
Note: this version is not released yet, however we do have it published under the dev tag.
You can already try it using npm install @headlessui/react@dev or yarn add @headlessui/react@dev.
As tailwindui.com and this headlessui plugin from the same team.
I think they should run well with each other.
Well, when using With full-width flyouts Header, in case of showing the dropdown menu, we are using headleesui, then we must change the code structure.
After that, the menu shows not good.
Here is the link, any suggestion?
Thank you.
https://codesandbox.io/s/little-feather-1sssv?file=/src/App.js
The text was updated successfully, but these errors were encountered: