Angular Tabs or Tab Panel component is a simple user interface (tabs UI) for organizing related content and occupying a compact space. The tabs are aligned horizontally, and each tab is associated with its header. One of the tabs must always be selected and visible. The Tabs component has a rich set of features such as animation, orientation, templating, header styles, a close button for each tab, a scrollbar or pop-up when there are many tabs, JSON support, and more.
The Angular Tabs component manages additional tabs efficiently using scrollable tabs when there are a greater number of tabs than can be shown. This simplifies the design and aligns the tabs in a single line. Users can swipe left or right over the tab header area to scroll and make clearly visible the out-of-sight tabs in mobile.
The pop-up mode is another type of overflow mode in which a pop-up holds the additional tabs when there are a greater number of tabs than can be shown. You can view the out-of-sight tabs by exploring the pop-up mode.
Users can nest one tab within another tab to design a complex layout.
The Angular Tabs control allows users to drag and drop tabs to easily re-prioritize the tab item order. Also, it allows adding tabs dynamically from an external source such as a ListView, TreeView, etc.
The tab bar has a good visual representation for segregating active tabs and inactive tabs. It has an enormous interaction area for navigation in mobile tab view. The tab headers can be icons, plain text, or both. The position of the icons can also be changed to the left, right, top, and bottom inside tab headers.
The Angular Tabs component provides various built-in styles to customize the headers easily.
A row of tabs can be aligned horizontally on the top or bottom of tab content to make a top-to-bottom or bottom-to-top hierarchy in a tab bar.
Users can configure the Remove button for each tab or specific tabs to remove it dynamically.
Navigate among tabs with nice, built-in animation effects (for example: slide animation) when you click or tap a tab. The Angular Tab navigation happens on swiping within the content or tapping a tab header in a mobile tab view.
Users can dynamically load the content to the tab pane on activating it. They can also load the content from external pages using the AJAX library.
Users can adjust a tab’s height automatically according to its content, parent container, or the height of the highest tab panel.
It’s easy to integrate other Angular components as content of the tab’s pane. The Angular Tabs component can also be integrated with other components such as Dialog and Card.
The easy-to-use Angular Tabs component design forms wizard-like applications that are used to perform multi step processes.
The Angular Tabs component has several built-in themes such as Material, Bootstrap, Fabric (Office 365), Tailwind CSS, and High Contrast. They help to design material tabs, bootstrap tabs, etc. The users can customize any one of these built-in themes or create new themes to achieve their own desired look and feel, either by simply overriding SASS variables or using our Theme Studio application.
Developers can control the appearance and behavior of the Tabs component using a rich set of APIs, such as those for adding a new tab or removing a tab.
Easily get started with the Angular Tabs using a few simple lines of HTML and TS code example as demonstrated below. Also explore our Angular Tabs Example that shows you how to render and configure the Tabs in Angular.
<div id="action-description">
<p>
This sample demonstrates the default functionalities of the <code>Tab</code>. Click on the <code>header</code> element to activate the corresponding Tab, and displays its <code>content</code>.
</p>
</div>
<div class="control-section e-tab-section">
<div class="e-sample-resize-container">
<!-- Render the Tab Component -->
<ejs-tab id="tab_default" heightAdjustMode='Auto'>
<e-tabitems>
<e-tabitem [header]='headerText[0]'>
<ng-template #content>
Twitter is an online social networking service that enables users to send and read short 140-character messages called "tweets".
Registered users can read and post tweets, but those who are unregistered can only read them...
</ng-template>
</e-tabitem>
<e-tabitem [header]='headerText[1]'>
<ng-template #content>
Facebook is an online social networking service headquartered in Menlo Park, California. Its website was launched on February
4, 2004, by Mark Zuckerberg with his Harvard College roommates and fellow students Eduardo Saverin, Andrew McCollum,
Dustin Moskovitz and Chris Hughes...
</ng-template>
</e-tabitem>
<e-tabitem [header]='headerText[2]'>
<ng-template #content>
WhatsApp Messenger is a proprietary cross-platform instant messaging client for smartphones that operates under a subscription
business model...
</ng-template>
</e-tabitem>
</e-tabitems>
</ejs-tab>
</div>
</div>
import { Component, ViewEncapsulation, Inject } from '@angular/core';
/**
* Default Tab Component
*/
@Component({
selector: 'control-content',
templateUrl: 'default.html',
styleUrls: ['tab.component.css'],
encapsulation: ViewEncapsulation.None
})
export class DefaultTabComponent {
// Mapping Tab items Header property
public headerText: Object = [{ text: "Twitter", 'iconCss': 'e-twitter' },
{ text: "Facebook", 'iconCss': 'e-facebook' }, { text: "WhatsApp", 'iconCss': 'e-whatsapp' }];
}
Tabs is also available in Blazor, React, Vue, and JavaScript frameworks. Check out the different Tabs platforms from the links below,
With continuous improvement in Angular versions, the Angular Tabs is kept up to date to make it compatible with the latest version.
The Syncfusion Angular Tabs provides the following:
We do not sell the Angular Tabs separately. It is only available for purchase as part of the Syncfusion team license. This contains over 1,800 components and frameworks, including the Angular Tabs. The price of the team license starts at $395 per month for 5 developers, and includes support and updates until the subscription expires. In addition, we might offer discounts based on currently active promotions. Please contact our product specialists today to see if you qualify for any additional discounts
You can find our Angular Tabs demo here.
No, our 1,800+ components and frameworks for web, mobile, and desktop, including our Angular Tabs, are not sold individually. They are only available as part of a team license. However, we have competitively priced the product, so it only costs a little bit more than what some other vendors charge for their Tabs component alone. We have also found that, in our experience, our customers usually start off using one of our products and then expand to several products quickly, so we felt it was best to offer all 1,800+ components and frameworks for a subscription fee that starts at $395 per month for a team of 5 developers. Additionally, we might be able to offer discounts based on currently active promotions. Please contact our product specialists today to see if you qualify for any additional discounts.
No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.
A good place to start would be our comprehensive getting started documentation.
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.