VOOZH about

URL: https://www.geeksforgeeks.org/css/onsen-ui-tabbar-css-components/

⇱ Onsen UI Tabbar CSS Components - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Onsen UI Tabbar CSS Components

Last Updated : 23 Jul, 2025

Onsen UI CSS is used to create beautiful HTML components. It is one of the most efficient ways to create HTML5 hybrid components that are compatible with both mobile and desktop.

Tabbar is used to create the Tabs using Onsen UI classes. In this article, we will discuss how to create Tabbar component in Onsen UI.

Onsen UI Tabbar CSS Components:

Syntax:

<div class="tabbar ....">
...
</div>

Example 1: In this example, we will use the Onsen UI CSS Component Icon Tabbar for creating the User Interface.

Output:

👁 icon-tabbar

Example 2: The following example demonstrates the Onsen UI CSS Component Basic Tabbar.

Output:

👁 icon-tabbar-2

Example 3: This code below demonstrates the Icon-only tab bar.

Output:

👁 icon-tabbar-3

Example 4: The following example demonstrates the Onsen UI CSS Component Top Tabbar.

Output:

👁 icon-tabbar-4

Example 5: The following example demonstrates the Onsen UI CSS Component Bordered Top Tabbar.

Output:

👁 icon-tabbar-5

Example 6: The following example demonstrates the Onsen UI CSS Component Material Tabbar.

Output:

👁 icon-tabbar-6

Reference:https://onsen.io/v2/api/css.html#tabbar-category

Comment