You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create a navigation system that uses two layers of tab bars. Layer 1 is 4 tabs across. When each tab is clicked it opens up a secondary tab bar with 4 more tabs, each of which open up a scrolling tool panel. This architecture allows me to have 16 separate tool panels only 2 clicks away.
I am trying to create a navigation system that uses two layers of tab bars. Layer 1 is 4 tabs across. When each tab is clicked it opens up a secondary tab bar with 4 more tabs, each of which open up a scrolling tool panel. This architecture allows me to have 16 separate tool panels only 2 clicks away.
so, essentially i want to be able to do this:
paper-tabs
----paper-tab
--------paper-tabs
------------paper-tab
----------------tool-panel
nesting a tab bar inside a tab from the previous tab bar.
Is this possible with the paper-tabs and paper-tab elements?
Thank you! XD
The text was updated successfully, but these errors were encountered: