Tabs allow navigation between different sets of related content or can be used to navigate an entire application.
Anatomy
- Tab
- Active Tab Icon
- Active Tab Label
- Active Tab Indicator
- Inactive Tab Icon
- Inactive Tab Label
Text Label
Text labels should clearly and succinctly describe the content they represent. Tabs have a max-width of 250px by default, and long labels will wrap, but this obviously has a drastic impact on the presentation so we should take great care with the words we choose.
Icons
Icons can be very helpful in helping identify the type or context of the content the tabs represent.
Icon + Text Label
Icons can be placed to the left of the label or on top of the label, depending on the desired outcome or constraints of the layout. The added space required by the icon requires even greater effort to make the text label as short as possible.
Icon Only
Icon-only tabs can be very useful for communicating the content they represent, especially in small areas or on small devices.
Active Tab Indicator
The active tab indicator helps make it very clear which tab is currently selected.
States
- Inactive
- Active
- Disabled
- Hover
- Focus
Placement
Tabs are displayed in a single row or column, with each tab connected to the content they represent. Tabs can be attached to headers, main content areas, side panels, and nestled into cards.
Tab Layout
Auto-Width Tabs
The default width of a tab is undefined and is determined by the content within the tab plus 20px of padding on either side. There is, however, a max-width of 250px which could cause the text within a tab to wrap to multiple lines.
Alignment
Auto-width tabs can be left-aligned, right-aligned, or centered.
Scrolling Horizontal Tabs
The tab container for auto-width tabs will automatically scroll if the container becomes too small to show all the tabs. Buttons to scroll left and right will automatically be added, but users with touch-based devices will also be able to drag the tab container left and right.
Full-Width Tabs
Full-width tabs can be calculated by the width of the container divided by the number of tabs. Full-width tabs should only be used if you can guarantee that all tabs will be visible without truncation regardless of the size of the container.
Vertical Tabs
Tabs may also be placed to the left of their corresponding content in a vertical layout.
NOTE: There isn’t any default Responsive behavior for when the content area gets too narrow to display the tabs next to the content. You are encouraged to reuse solutions from other instances of vertical tabs. In the event no solution exists that will work in your scenario, a new solution will have to be designed.
Scrolling Vertical Tabs
Vertical tabs will also automatically scroll when the height of their container is too small to display all of the tabs.
Inverse Styling
The tabs have inverse styling available for use on dark backgrounds. Take care with the color you choose for the background to make sure the necessary contrast ratios are upheld for accessibility compliance.
On this page