Tabs in a pop up

Hello,

I am currently working on my application and ran into a quick design decision issue.

I would like to have separate Tabs on a pop up to break out data but can’t seem to figure it out without creating different buttons to change the pop up to a different one.

Is there a plugin or functionality I am missing here?

Just use some custom states and some horizontal tabs, to switch between views inside the popup.

1 Like

It’s actually pretty easy.

This is the tab structure I have in a popup. I have a custom state (like tabselected) and the value gets set to 1, 2 or 3 depending on which tab the user selects.

It’s a responsive popup, too. I have 3 groups, all visible on load and set to collapse when hidden, and a conditionals behind each group, like so:

1 Like

Thank you so much for the help.

1 Like

Thank you so much for your help.

This topic was automatically closed after 70 days. New replies are no longer allowed.