How to create responsive mobile components in Figma

Roman Kamushken
4 min readNov 17, 2018

Every time you create a new product, you want to make it better than the previous one. You want to choose a more elegant solution, to create convenient and flexible components of the design system in Figma.

When creating the next design product based on iOS12 design templates, I decided to experiment with the Tab Bar component. I`d like to remind you that it is the bottom navigation in the iOS guidelines. I wanted its contents to have a logical and optimal behavior at resizing. I wanted to make it as adaptive as possible for all mobile iOS devices, as far as Figma and constraints allow to make it.

What does Tab Bar consist of?

A tab bar appears at the bottom of an app screen and provides the ability to quickly switch between different sections of an app.

Tab Bar is a set of icons with or without inscriptions, leading to the appropriate section of the application when pressed. The active section is always highlighted. Guidelines recommend to use from 3 to 5 sections inside applications using Tab Bar as the main navigation control.

Could we have it responsive?

No tool for interface design allows the full adaptivity so far. Figma is no exception, it uses the classic Constraints approach, but even with it you can do a lot. For example, you can see the perfect and actually adaptive behavior of the Tab Bar on all devices in the animation below:

The elements move proportionally to the indents between them.

Below I will tell you how to achieve this behavior in a simple way.

The problem is the icons.

A good design system in Figma necessarily contains an icons library. At least the main system ones. This eliminates the need to import them manually from SVG files every time. Constraints in the Scale mode should be for each icon component, from which you will make a convenient library over time. Then you will get a flexible icon that can be used in any dimensions: 16x16, and 44x44, and so on. Most likely you will throw such an icon through Figma`s left panel inside the Tab Bar and add an inscription when you start creating a component. And the problem is that with such constraints the icon will always be squeezed inside the Tab Bar at resizing if you want to get an adaptive component:

There are several methods to solve the problem

Method 1: immediately detach icons

I suggested above that within your design system, all the component icons are in the Scale mode, it means when you create the Tab Bar, you can immediately break the connection with them and assign each icon individual Center constraints. It, in turn, will remain in the frame, which you need to assign the Scale mode.

  • Pros: speed
  • Cons: disconnecting the component from the system

Method 2: store two types of icons in the system

This method may be suitable if there are not so many icons in the project. Just duplicate your entire Scale set, detach, change constraints to Center, re-create the components and submit to a new page with a different name. Recently, I think it’s a good idea that several hundred icons in any Figma system can be stored both as Scaleable and as Centered. So, once you dropped a Tab Bar onto your canvas, you just need to swap the icons and you can keep it as the Instance in your project.

  • Pros: flexibility
  • Cons: if there many icons, they are a lot harder to organize

Method 3: add an intermediate component.

According to the concept of Atomic design, such a component will be considered a molecule. Pack an icon and an inscription in it, then feel free to put Center constraints to both and put the Scale mode for the molecule itself. After that, put them in your Tab Bar. Thus icon constraints will be ignored and no squeeze happening anymore. In addition, the icon with the inscription is an effective navigation pattern. So why not reuse this component somewhere else in the project?

  • Pros: efficiency
  • Cons: an extra component of the system

Personally I use Method 3. I think it is more elegant and professional. Maybe you have your own methods? Write in the comments 📣

By the way, many components in the Figma iOS toolkit are made according to this method. I recommend you to pay attention if you are prototyping mobile interfaces in Figma

Happy prototyping!

Cheers, Roman

Dribbble, Behance, YouTube, Uplabs, Twitter, Reddit, Telegram, Instagram

--

--