App Bar UI design tutorial

Mastering the Appbar: Unlock the anatomy, states, styling, use cases, and usability tips to create a seamless and visually pleasing UX.

App Bar UI design exploration — Anatomy, specs, states, templates
Tutorials

Published on

September 28, 2021

|

4 mins read

Blog

App Bar UI design tutorial

Navigation

Subscribe to new posts

Share this post

Roman Kamushken

Roman Kamushken

The App Bar serves as a crucial navigation element that remains consistent throughout an application. It allows users to easily switch between screens or access important features, ensuring a seamless and intuitive user experience.

App Bar (also known as the Application Bar or Navbar) – is a prominent and persistent UI component located at the top of an application or screen.

Designed to provide consistent navigation and access to essential functions, the App Bar serves as a central hub that allows users to switch between screens, access important features, and maintain contextual awareness throughout their app journey.

Appbar typically includes various interactive elements such as menus, buttons, icons, search bars, and notifications. These elements enable users to perform common actions and navigate to different sections of the application.

Now let's dive deeper into the App Bar UI design details ↓

Application Bar UI design tutorial

Anatomy

Let's review separately the left, center, and right elements of App Bar. You may hide unused sections, and implement partial App Bars, for example without a title, or no right controls at all.

Application Bar UI design anatomy

Left controls

Sustain any kind of actions at the App Bar's left side you want to focus the user's attention on by keeping them in sight.

System navigation controls are a common choice for most cases and the users are familiar with this pattern.

They may lead to:

  • Back
  • Menu
  • Close
  • Custom (e.g. settings, profile, etc)

Application Bar UI design anatomy

Either, you may use other types of controls, you want to emphasise as attainable on a particular screen.

Application Bar UI design anatomy

On the desktop screen you are allowed to compound combinations of elements in order to use more App Bar's space functionally.

Combine logo, search inputs, dropdowns, icons (as buttons) and so on.

Application Bar UI design desktop

Center section

App Bar's middle space is committed to title an application screen mostly. If necessary, you can replace it with additional controls specific to the current app section.

Center may contain:

  • Title (with possible subtitle)
  • Userpic (with possible name)
  • Logo
  • Segmented controls
  • Search input
  • Navigation items (Tabs, Button Group, Breadcrumbs, etc)

Title

You may use a single title for the app section naming or extend to more informational purposes by enabling a sub-title.

Application Bar UI design anatomy

Adding a Chevron/Caret item is clearly distinguish there is something to reveal after a title was tapped.

Application Bar UI design menu

Userpic

May be used for providing particular user details especially when interacting with Profiles, Messengers, Social apps.

Application Bar UI design avatar

Put a logo into a central part of App Bar to prioritize the brand identity. Fits especially for Home/Start screens where a user's journey usually begins.

Application Bar UI design logo

Segmented control

On mobiles place a Segmented Control into App Bar to toggle screen states or content properties within just a single action.

Application Bar UI design tabs

Search input

Generally used for desktop App Bars, center-based input may be utilized in order to have a search on hand.

On mobiles it usually migrates as the App Bar's second level when resized.

Application Bar UI design search

Tabs, Buttons Group, Breadcrumbs are common navigation components to locate at the App Bar's center.

Either as for the previous case, they migrate on a second level when shrunk to the mobile viewport.

Application Bar UI design navigation

Right controls

Maintain any kind of components on the App Bar's right side. Place a single control or a combination of frequently used, which may be:

  • Avatar
  • Icons (as Buttons)
  • Buttons (Call to action)
  • Search Input (mostly desktop)
  • Dropdown (e.g. for an account swap, language)

Avatar

To call out a function related to user properties, place an tappable Avatar at the top right area of App Bar.

A tap may lead to profile settings or reveal popover menu.

Application Bar UI design anatomy

Icons

Using icons as Buttons aimed to represent popular in-app actions ergonomically.

Place here the most used controls you want to have permanently on a users' sight.

Application Bar UI design icons

You may hide behind a popping menu all the items used less often. Especially fits for apps with 5 or more independent sections.

Works well when you want your user to have 5+ in-app links on hand.

Application Bar UI design menu

Buttons

Place Buttons into the right-sided region to call to action. Use styles and color wisely when having several buttons to distinguish primary and secondary actions associated with the business logic of the app.

You may have a variety of shapes: Square, Circle, Pill buttons. And a variety of styles: Filled, Raised, Outlined (Ghost), Flat and so on depending on a necessity to grab user's attention.

Application Bar UI design buttons

Search input

Have a quickly accessible search input by placing it at the right as a single component, or among other controls. Mostly fits desktop cases.

Application Bar UI design input

To toggle users, accounts, languages, etc. use Dropdown nested into App Bar's right section. Applied often for tablet/desktop resolutions.

Application Bar UI design dropdown

Styles & Themes

You can themify App Bars within a variety of styling methods. To match the exterior of your overall in-app UI, you may use the following themes:

  • Flat
  • Raised
  • Shaded
  • Inverted
  • Transparent

Application Bar UI design CSS styles

Flat

App Bar's flat theme proposes a minimalistic approach with no separation, where the header and background compounding a visually holistic surface.

Application Bar UI design flat

Raised

Elevated style proposes to implement a smooth shadow to easily distinguish App Bar hovering over a background.

Application Bar UI design raised

Shaded

App Bar filled with solid color with opacity decreased to 8–12%. Thus you may suit an app with the smooth palette of your brand colors.

Application Bar UI design shaded

Inverted

Dark version of App Bar you may use to distinguish the header by highlighting with color contrast. It's inverted as it's colored opposite to the overall application theme.

Application Bar UI design inverted

Transparent

Mostly used for mobile App Bars, this style reveals more space for full-size images in some specific sections (e.g. item details, profiles, deals).

Application Bar UI design template

UX & Usability

Let's review some kinds of behaviour extra special for App Bars. There are some cases when the app header can have:

  • Selected state
  • Bottom positioning
  • Shadow on scroll
  • Blurred background
  • Hide items on resize

Selected state

App Bar can dynamically swap themes to provide instant user feedback, e.g. when selecting items, events happening, warning states, etc.

Application Bar UI design usability

Bottom positioning

On mobile viewports, you may attach App Bar to the bottom. Thus all the primary actions become available within fewer fingers stretching.

Application Bar UI design bottom

Conceptually, you may implement the same positioning either for desktop web apps. For example, there is a successfully utilized bottom bar on macOS and Windows and this pattern is familiar to users.

Application Bar UI design desktop

Shadow on scroll

App Bar gets elevated when the screen is scrolled. Mostly fits for flat headers.

Emerged shadow emulates the hovering effect which makes it seem in-app environment more natural and logical.

Application Bar UI design shadow

Blurred background

This tiny visual effect also makes the overall user experience slicker.

Use a CSS property backdrop-filter: blur(16px); to achieve App Bar's surface transparently blurred.

Application Bar UI design blur

Hide items on resize

App Bar's navigation items are sometimes required to collapse and cover behind "More" action (dots), especially when resized from desktop to mobile.

Application Bar UI design viewports

This is all you need to know to design better App Bars.

Hope this exploration will help you to improve your in-app UX. The next chapter is for Badges, probably. Stay tuned!

Subscribe to Setproduct

Once per week we send a newsletter with new releases, freebies and blog publications

By clicking Sign Up you're confirming that you agree with our Terms and Conditions.

Related posts

Empty state UI design: From zero to app engagement

UI Design

14 min read

Empty States UI design. Best Practices for Better UX

From onboarding screens to no search results, empty states are more powerful than they seem. In this article, you’ll learn how to craft useful messages, design emotionally smart visuals, and use research-backed strategies to improve UX outcomes.

Steps UI design best practices

UI Design

10 min read

Steps UI design tutorial. Build better flows through visual guidance

A great Steps UI guides users, reduces drop-offs, and removes friction. Learn the rules that make it work across desktop and mobile.

Tooltip UI design – A tutorial with anatomy, usability tips, and when to use

UI Design

14 min read

Tooltip UI design: The complete guide

Tooltips are a small component with a big impact on usability. Our new complete guide breaks down the technical and UX aspects of tooltip design, including accessibility (ARIA), timing, and how to choose between a tooltip and a popover.

Figma Templates & UI kits

Save time and human resources by reusing hundreds of pre-made templates crafted by us. Based on top notch UX taken from the World's best apps.
Dashboards
Mobile
Charts
Code
Websites
Bundle
Freebies

Nocra UI kit

Nocra is a design system for AI products. Built specifically for startups harnessing AI generation: images, video, audio, music, prompts, and beyond.

Material X for Figma

Figma library with 1100+ components & 40 app templates beyond Material Design. Powered by top-notch shapes and Manrope font. Customizable & Adjustable UI kit now available for Angular & Figma

Material You UI kit

Figma & React library with 2600+ variants of 32 components compatible with Material Design 3. Plus 220+ dashboard templates for all the viewports. Now available for NextJS & TailwindCSS.

Figma React UI kit

Designed and well-organized in Figma React-based UI toolkit for the web. Optimized for building complex data-dense interfaces for desktop and mobile applications.

Panda Design System

Figma library with dashboard, calendar, kanban, profile, table, ecommerce and 80+ templates in total. Components with variants, dark theme included.

Eclipse UI kit

Figma library with 1100+ components & 74 templates for data-driven web applications. Powered by auto-layout. Supercharged by Figma's variants.

Rome UI kit for Figma

Customizable and well-organized team library. Contains 250+ components & 30 web app templates powered by stylish and trendy guidelines.

Material Design System

Figma library is based on 100% guidelines compliance with Material.io. Contains ready-to-use templates to accelerate app UI design.

Neolex Dashboard UI kit

Customizable & adjustable dashboard design system with 50+ ready-to-use app layouts, 1900+ variants for 30 components with auto-layout.

Material Desktop Dashboard UI kit

Figma library with 48+ dashboard templates based on reusable desktop app patterns carefully handpicked from the most popular web apps.

Xela UI kit for Figma

Figma library with 1900+ variants of 30 components categories to craft perfectly shaped desktop & mobile apps. Customizable & Adjustable dashboard design system with 50+ web app templates.

Figma S8 Design System

Figma design library for mobile and desktop apps made of high quality styled components. Full version includes 67 dashboard templates.

OE Figma Design System

Customizable and well-organized Figma library. This design system aimed to build highly loaded interfaces, boost the speed and save more costs.