Replies: 1 comment
-
Did you wind up landing on anything? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to build something similar to this using headless ui but was unable to find a suitable component in headless ui.
Menu
makes sense to be used but based on the docs, its not suitable for this complex scenario.Next there is
Popover
but based on the docs written inMenu
, it is saying that it's for navigation purposes (correct me if I am wrong).Should I use
Menu
without using theMenu.Item
to prevent theMenu
from auto closing or is there any alternatives that is great for this use case?Beta Was this translation helpful? Give feedback.
All reactions