Bottom Tab Bar Navigation Design Best Practices

Bottom Tab Bar Navigation Design Best Practices

This article describes the best practices of the bottom tab bar navigation for mobile and tablet devices.

First, let’s learn why the bottom navigation tab bar is important for mobile apps. The next section describes the anatomy of the bottom navigation bar by showing its elements. Several best practices are listed in the next section along with a bunch of visual practical examples. The last section shows a few alternatives to the bottom navigation bar for different use cases using examples of real applications.

Key Takeaways

  • Use the bottom tab bar when you have three to five main navigation options in your app.
  • A bottom tab bar has a fixed layout and scrolling is not a desired behavior.
  • Use icons along with text labels as tab titles. Follow standards for icons and labels.
  • Use badges to show additional information with a tab.
  • Show a standard empty state for tabs where no content is available.
  • Use a hamburger menu and a navigation drawer for more than five options.

Bottom Tab Bar

The bottom tab bar is a UI component that facilitates users to navigate the top-level views of an application in a single tap. A bottom tab bar is used in mobile and tablet devices and provides easier navigation to three to five top-level views of the application.

The bottom navigation bar is considered an unusual element for desktop interfaces. It is easy to miss the bottom bar due to the large screen size. This makes it harder for users to view the screen as a whole at first glance. It’s easier to spot bottom navigation on mobile because the screen size is much smaller.

Why Bottom Navigation?

Designing a bottom navigation bar aligns with the rule of designing for the thumb-friendly zone. A bottom navigation bar is easier to reach with the thumb on mobile devices and hence becomes the more user-friendly approach.

4 Thumb Zones Mapping Bottom Navigation Pattern
Image Source

Bottom Tab Bar Design Best Practices

The below best practices help you design an attractive and usable bottom tab bar for your application.

Anatomy

Anatomy of Bottom Tab Bar
Anatomy of a Bottom Navigation Tab Bar
  • Container
  • Active/inactive tab
  • Active/inactive icon and label
  • Uniform space between tabs
  • Uniform vertical and horizontal padding around tabs

Layout

A bottom tab bar contains three to five tabs or options, as per Material Design guidelines. Provide only the top-level views of your application in the bottom tab bar.

three to five options in bottom tab bar

Using a tab bar with less than three options is not recommended. Instead, you can use tab control to show these options.

Don't use less than three options in bottom tab bar

It is important to use the entire available space to display the options whether you display three or five tabs. Distribute the space among all the tabs.

center align tabs in bottom tab bar
three options distributed in bottom tab bar

Putting too many tabs in the bar is not a good idea.

  • It makes it difficult for users to decide which tab they need to tap.
  • More navigation options mean a complex application.
  • It decreases the target touch area on a small screen.
  • Also, it will give it a cluttered look on a small screen.
Dont use More than 5 options in bottom tab bar

If the top-level navigation of your application has more than five views, provide access to the additional views through other UI locations. If you want more options to remain visible, consider using an alternate option.

Fixed Layout

The layout of the bottom tab bar is fixed. All the available options are visible in the bar.

Use a fixed layout of bottom tab bar

It is not recommended to use a scrollable bottom bar due to multiple reasons.

  1. The users are not expecting to scroll the bottom bar as it is not a standard pattern.
  2. It causes frustration for users as they need to remember if they have already scrolled the bar, or they may forget the direction to scroll.
Scrollable bottom tab bar

Icons

The tabs in the bottom navigation bar can be labeled as icons or a combination of icons and text.

Icons only tabs in bottom tab bar

If you are using icons only, then make sure to use standard icons that are easier to recognize. Don’t use unfamiliar icons

unfamiliar icons in bottom tab bar

If you are using colored icons, do not use too many colors. Relate the color to the theme of your application.

Dont use too many colors in icons
Use a few colors in tab icons

Labels

For a clear understanding, it is better to use text along with icons.

For textual labels, make sure to:

Use meaningful labels that are related to the content type being displayed in the tab.

meaningful and related labels in tab bar

Use short, concise, and relevant labels.

Short and concise labels for bottom bar

Do not use lengthy labels as small screens do not have enough space.

Lengthy labels in bottom tab bar

Do not use labels that can go beyond a single line.

Multiple line labels in bottom tab bar

Do not truncate the labels due to the small space available. Instead, use short labels.

Truncate labels in bottom tab bar

Don’t shrink labels as they look odd on the bar when compared to other labels.

Shrink labels in bottom tab bar

Label Position

Place labels either below the icon or on the right side of the icon.

label position - bottom in bottom tab bar
label position - left in bottom tab bar

When the screen layout is changed to landscape on mobile, or you are using a tablet, then the labels are adjusted adjacent to the icons to utilize the available space. It also helps to spare more space in the vertical direction of the screen.

label position - left landscape in bottom tab bar

States

A tab has two states: active and inactive

Use a clear selection style to easily differentiate the active and inactive tabs. Otherwise, users will get confused about the state of the tab while interacting with them.

There are different ways to show active and inactive tabs.

Use a combination of filled and outlined icons. The active tab will display as a filled icon.

Filled vs outlined icons in bottom tab bar

Use a background to show the active tab.

Selection effect for an active tab

Use a symbol or bar item along with the active tab to make it prominent on the UI.

Use a Selection Indicator for active tab
tab bar for an active tab

Badges

A tab can show additional information in the form of badges.

A badge represents the state of the content inside the tab without opening the tab. It helps to inform the users about any updates in the tab content.

If you are showing items in tabs that are populated in real-time like live posts, lists of emails, etc., use a badge to show the tab contains a new item. 

Using a Dot badge can be helpful to show that a tab has a new piece of information.

Badge with a tab

Also, you can display a counter badge that represents the number of new items within the tab.

Count Badge with a tab

Order of Placement

Organize the bottom tab bar in a logical order that meets the users’ expectations. Place the top priority item on the leftmost side and organize the remaining items following the same rule.

Keep in mind the thumb-friendly zone and place the top priority item where the user is most likely to tap.

organization of tab in bottom tab bar
organization of tab in bottom tab bar

Empty State

There can be a scenario when you don’t have content to display inside a tab. Show an empty state of the tab if there is no content.

Hiding or disabling the tab when no content is available is not a good idea as it will leave users without a clue.

Disabling a tab makes it hard to find why it is disabled and how it can become enabled.

Disable tab in bottom tab bar

Hiding a tab will confuse users as they need to understand why a tab is hidden and how can it be visible again.

Hidden tab in bottom tab bar

Display an empty state on clicking a tab when no content is available. A well-designed empty state includes a message and a call to action for users.

Empty state for a tab in bottom tab bar

Alternate to the Bottom Tab bar

If you have more top-level navigation views that you want to display on the front UI, you can use an alternate solution in your app.

Provide three to four main options in the bar and use a More icon (…) as the last option. Clicking this icon will open the menu with all available options.

More options and navigation drawer in Meta

The Meta Business Suite app displays a More option as the last tab in the bottom navigation bar. Clicking More opens up a bottom navigation drawer with more options. The user can go to any required page or view from within the navigation drawer.

Use a hamburger menu and show all options when the menu is expanded. The options will remain hidden otherwise.

Hamburger menu and menu navigation in FoodPanda

The Food Panda app does not display a bottom navigation bar. Instead, a hamburger menu icon is available on the top left. Clicking the icon displays a navigation drawer including links to all main pages of the app.

Bottom Tab bar + menu in Canva

Use a combination of the bottom tab bar and hamburger menu.

Canva uses a combination of the bottom tab bar and hamburger menu. It displays all items with high priority in the bottom bar, and other main pages are displayed in the menu.

Conclusion

The listed best practices and guidelines for designing a bottom navigation tab bar will help you improve the navigation experience of your application.

Want to Learn UX Design?

  • Try Interaction Design Foundation. IxDF offers online design courses that cover the entire spectrum of UX design, from foundational to advanced level. As a UX Design World reader, you get 25% off your first year of membership with the IxDF.
  • The UI/UX Design Specialization from Coursera brings a design-centric approach to user interface and user experience design and offers practical, skill-based instruction centered around a visual communications perspective. By learning this Design Specialization, you can design high-impact user experiences for your customers.

Thanks for reading.

Subscribe for more related articles at UX World.

If you have any questions, contact us here: Facebook | YouTube | Twitter Instagram | Linkedin