Navigation menu vs Tabs #1989
Unanswered
nicoladaniello
asked this question in
Help
Replies: 1 comment
-
If I understand this correctly, I think I'd lean towards NavigationMenu here in this case. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm probably overthinking this, but I'm not sure whether I should use Tabs or Navigation Menu for the layout I'm trying to achieve.
The component I need looks like tabs, but it doesn't need to control TabContent areas as clicking on a tab will redirect to a different page. The other page will keep the same layout with the tabs but change the content below it.
This is similar to how the Vercel dashboard works. Here is an example:
Would you suggest using the Tabs primitive with links as triggers, or a navigation menu?
Beta Was this translation helpful? Give feedback.
All reactions