Axure Tips: How to Design Tab Bar Quickly and Effectively

Introduction

Summarize two criteria for a good Axure prototype: low maintenance cost and high reusability. The low maintenance cost means that it is easy to modify, which requires the simplest method to achieve a certain effect. For example, for a feature that can be realized with its own function, there is no need to write code for secondary development. High reusability is actually a dimension for coders to evaluate code quality. The advantage of modularizing and mastering the prototype is to improve efficiency and avoid repeated wheel making.

This paper takes the common Tab Bar in prototype design as an example:

Negative Example 1

The core of this method is to use interaction events, "select" and "unselected" events.

1. Set the interaction style of the selected tab

Set selected style of the tab


Click the "selected" button under the interactive style setting in the widget properties to set the effect of the selected state of the widget, which uses four attributes: Font Color, Line Color, Border Thickness and Border Visibility. In addition to the selected effect, you can also set other effects, such as mouse over, mouse down and disabled.


2. Copy multiple tab buttons and name them

Name the widgets

Naming widgets is generally to distinguish multiple similar widgets and make interaction events more  convenient. For the convenience of setting interaction events in the next step, this step names the tabs of each state.

3. Set interaction events for each tabs

Set interactions


When clicked, the selected state of the current widget is "true" and all other widgets are "false". The interaction events of each tab are different. It should be noted that the more tabs in this method, the higher the possibility of error.


4. Completion effect

Completion effect

Negative Example 2

Using dynamic panel is actually an enumeration method. Each tab state corresponds to a dynamic panel state. Although the tab effect can also be achieved, the use of dynamic panels here is overqualified.

1. Set the style of each selected state

Set style of all states

First enumerate the tabs of all States, that is, draw the tabs of all States by copying.

2. Set the dynamic panel for each state

Create dynamic panels for each tabs


Set dynamic panel states for all tabs, and then put the tabs into the dynamic panel.

 

3. Set interaction events for each state

Set Interaction events

In this step, set the interaction event of each tab, and click tab to show the corresponding dynamic panel state. 

Correct Example

The core of this method is the use of selection group. Many people may not have used the selection group method. The selection group actually exists to realize the feature similar to tab. Only one widget in the same selection group can have a selection state. This feature is like a built-in function in Excel, although it can also be realized through basic arithmetic operations. Through the built-in function, you can reduce a lot of time costs for users, reduce the possibility of errors, and make you more professional.


1. Set the interaction style & interaction event of the selected state of tab


Here, you only need to set a tab and then copy it as other tabs. The interaction style here is the same as the first step of negative example 1.  At the same time, set the interaction event. When clicking the tab, the selected state is "true".

Set Border VIsibility

As for the effect of the horizontal line under the selected text, many people will use the combination of horizontal line and rectangle to realize it, which is actually an extremely unprofessional practice. The simplest way is to set the visibility of the border in the interaction style settings. You can set the showing and hiding of the rectangular border at will.

2. Set the selection group name for Tab

This step is very important. In the same selection group, only one is selected. This small setting replaces the cumbersome interaction events in example 1.

Set Selection Group
First select the widget, and then find the setting option group name in the right Interactions panel. Fill in any name in the input box, and then it will be saved for other widgets to join the option group.

3. Copy to multiple tabs

Copy tab

You only need to copy, and you don't need to set the interaction event twice. In this way, the interaction event and selection effect of each tab are exactly the same, and there is no need to make other specific modifications.
The best way to express an idea must be the simplest. Axure has many orthodox usage methods that have been buried. Using these methods can greatly improve the efficiency of your prototype. Maybe you have other ways to achieve the tab effect. If you are interested, you can leave a message for discussion.

In this way, all the settings are completed. If you have any questions and suggestions, please leave a message.

If you like the article, please share it with others with page link, thanks for your supporting! ❤

Note: Click here to download the completed RP file for this tutorial (RP 10 or up).


Well Joe @AxureBoutique, a technical writer and teacher, focuses on Axure prototype design and product design.


Leave a comment

Please note, comments must be approved before they are published

This site is protected by hCaptcha and the hCaptcha Privacy Policy and Terms of Service apply.