-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Implementing a tabbed UI component #4771
Copy link
Copy link
Closed
Description
Is there a way to achieve tabbed UI with the current set of AMP components? We have UI like below
The content for all the tabs are already available in the initial markup. In non-AMP scenario we will just use JS to hide/show the tabs. How should we do it for AMP? One option is to do a full page refresh when users click on a tab, the resulting page will have the corresponding tab opened. Is there a way to do it without a full page refresh?
Reactions are currently unavailable
