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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Functionality of Popover.Group #22

Open
ebuckthal opened this issue Dec 27, 2022 · 2 comments
Open

Functionality of Popover.Group #22

ebuckthal opened this issue Dec 27, 2022 · 2 comments

Comments

@ebuckthal
Copy link

Thanks for all the work you've put into this library! Excited to use it and see it grow. 馃槂


I want to use multiple Popovers to build a more complex site navigation header. Some pseudocode:

<script>
   const popover1 = createPopover({});
   const popover2 = createPopover({});
</script>

<button use:popover1.button ... />
<div use:popover1.panel ... />

<button use:popover2.button ... />
<div use:popover2.panel ... />

However, if I first click popover1.button, then click popover2.button (while popover1.panel is still "expanded") it will only close popover1.panel. I must click popover2.button a second time to open popover2.panel.

In headlessui, this action is supported with grouping related popovers (<Popover.Group />).

Is there a way to achieve that functionality?

@CaptainCodeman
Copy link
Owner

I'll have to have a play around and see what the best way to support that - I'm picturing something a bit like Stripe's top-level nav, is that the right interpretation?

@ebuckthal
Copy link
Author

Yes, similar to Stripe's navigation. It would be an added bonus if it could support on-hover as well as on-click!

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