-
Notifications
You must be signed in to change notification settings - Fork 4k
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?
johnjv and dandv