Tabs may be used navigate between multiple URLs. Tabs are intended as page-level navigation - if you're looking at just switching panels please use SegmentedControl.
Props
Usage guidelines
When to Use
- To break up a large collection of content into logical, digestible views.
- To switch between different, yet related views, such as Updates and Messages.
When Not to Use
- When any UI or content above the Tabs is altered upon selection. Use Link instead.
- To break up content that is not related to each other or is not on the same hierarchical level.