This repository has been archived by the owner on Feb 25, 2022. It is now read-only.
How can I implement Tabs/Section within a Tab/Section? #195
Unanswered
Arnooodles
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Did you check the nested navigation example? It's probably what you're looking for but instead of family tabs, you'd have shop tabs. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Use Case:
Main Tabs
then in
/shops
, I have a sub-tabs/sections for each shop:example:
then in
/profile
I have the following GoRouter :
How should I proceed with adding the sub-routes?
Beta Was this translation helpful? Give feedback.
All reactions