We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

Trusted by the world’s leading companies

Syncfusion Trusted Companies

Overview

The Blazor Tab component is a simple user interface (tabs UI) for organizing content in a compact space. The Blazor tabs are aligned horizontally, and each tab is associated with its header. One of the tabs must always be selected and visible. It 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, and more.


Scrollable tabs

The Blazor Tab component manages 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 to clearly view the out-of-sight tabs in mobile devices.


Pop-up mode

The pop-up mode is another type of overflow mode in which a pop-up holds 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.


Nested tabs

Users can nest one tab within another tab to design a complex layout.


Drag and drop

The Blazor Tabs component allows users to drag and drop tabs to easily re-prioritize the tab item order.

Blazor Draggable Tabs


Tab headers

The tab bar visually represents active and inactive tabs. It has a clear interaction area for navigation in mobile tab view. The tab headers can be icons, plain text, or both. The position of the icons can be changed to the left, right, top, and bottom inside tab headers.

Header placement

A row of tabs can be aligned horizontally on the top or bottom of the tab content to make a top-to-bottom or bottom-to-top hierarchy in a tab bar.

Header styles

The Blazor Tab component with rich UI provides various built-in styles to customize the headers easily.


Remove button on tabs

Users can configure the Remove button for each tab or specific tabs to remove them dynamically.


Animation

Navigate the tabs with built-in animation effects (e.g., slide animation) when you click or tap a tab. The tab navigation happens on swiping the content or tapping a tab header in a mobile tab view.

Blazor Tab with slide animation.


Easy integration

It is easy to integrate other Blazor components as content of the tab’s pane. The Blazor Tab component can also be integrated with other components such as Dialog and Card.


Wizard-like application

The easy-to-use Blazor Tab component design forms wizard-like applications that are used to perform multi-step processes.


Themes

The Blazor Tab has several built-in themes such as Tailwind CSS, Bootstrap 5, Bootstrap 4, Bootstrap, Material, Fabric, and High Contrast. They help to design material tabs, bootstrap tabs, etc. Users can customize these built-in themes or create new themes to achieve the desired look and feel, by simply overriding SASS variables or using our Theme Studio application.


Accessibility

  • Fully supports WAI-ARIA accessibility, which makes the Blazor Tab component accessible to on-screen readers and assistive devices.
  • Follows WAI-ARIA Best Practices for implementing keyboard interaction.
  • UI visual elements such as foreground color, background color, line spacing, text, and images are designed based on WCG 2.0 standard.

Developer-friendly API

Developers can control the appearance and behavior of the Blazor Tab component using a rich set of APIs, such as those for adding a new tab or removing a tab.


Blazor Tabs Code Example

Easily get started with the Blazor Tabs using a few simple lines of C# code example as demonstrated below. Also explore our Blazor Tabs Example that shows you how to render and configure the Tabs in Blazor.

@using Syncfusion.Blazor.Inputs
@using Syncfusion.Blazor.Navigations

Selected Tab
<SfNumericTextBox TValue="int" @bind-Value="@SelectedTab" Min="0" Max="4" Width="200px">
</SfNumericTextBox>

<SfTab @bind-SelectedItem="SelectedTab">
        <TabItems>
            <TabItem Content="HyperText Markup Language, commonly referred to as HTML, is the standard markup language used to create web pages. Along with CSS, and JavaScript, HTML is a cornerstone technology, used by most websites to create visually engaging web pages, user interfaces for web applications, and user interfaces for many mobile applications.[1] Web browsers can read HTML files and render them into visible or audible web pages. HTML describes the structure of a website semantically along with cues for presentation, making it a markup language, rather than a programming language.">
                <ChildContent>
                    <TabHeader Text="HTML"></TabHeader>
                </ChildContent>
            </TabItem>
            <TabItem Content="C# is intended to be a simple, modern, general-purpose, object-oriented programming language. Its development team is led by Anders Hejlsberg. The most recent version is C# 5.0, which was released on August 15, 2012.">
                <ChildContent>
                    <TabHeader Text="C Sharp(C#)"></TabHeader>
                </ChildContent>
            </TabItem>
            <TabItem Content="Java is a set of computer software and specifications developed by Sun Microsystems, later acquired by Oracle Corporation, that provides a system for developing application software and deploying it in a cross-platform computing environment. Java is used in a wide variety of computing platforms from embedded devices and mobile phones to enterprise servers and supercomputers. While less common, Java applets run in secure, sandboxed environments to provide many features of native applications and can be embedded in HTML pages.">
                <ChildContent>
                    <TabHeader Text="Java"></TabHeader>
                </ChildContent>
            </TabItem>
            <TabItem Content="The command-line compiler, VBC.EXE, is installed as part of the freeware .NET Framework SDK. Mono also includes a command-line VB.NET compiler. The most recent version is VB 2012, which was released on August 15, 2012.">
                <ChildContent>
                    <TabHeader Text="VB.Net"></TabHeader>
                </ChildContent>
            </TabItem>
            <TabItem Content="Xamarin is a San Francisco, California based software company created in May 2011[3] by the engineers that created Mono,[4] Mono for Android and MonoTouch that are cross-platform implementations of the Common Language Infrastructure (CLI) and Common Language Specifications (often called Microsoft .NET). With a C#-shared codebase, developers can use Xamarin tools to write native Android, iOS, and Windows apps with native user interfaces and share code across multiple platforms.[5] Xamarin has over 1 million developers in more than 120 countries around the World as of May 2015.">
                <ChildContent>
                    <TabHeader Text="Xamarin"></TabHeader>
                </ChildContent>
            </TabItem>
        </TabItems>
</SfTab>

@code {
 private int SelectedTab = 0;
}

Other supported frameworks

Tabs is also available in JavaScript, Angular, React and Vue frameworks that are built from their own TypeScript libraries. Check out the different Tabs platforms from the below links,




Blazor Components – 85+ UI and DataViz Components

Frequently Asked Questions

  • Provides a simple user interface (UI) to group related content in a compact space.
  • Manage more number of tabs with scrollable and pop-up modes.
  • Effective and user-friendly component for quick navigation and fast content loading with animation when transitioning between tabs.
  • One of the best Blazor Tabs components in the market that offers a feature-rich UI to interact with the software.
  • Simple configuration and developer friendly API.
  • Supports all modern browsers.
  • Mobile-touch friendly and responsive.
  • Extensive demos, documentation and videos to learn quickly and get started with the Blazor Tabs component.

You can find our Blazor Tabs demo here.

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.

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion reduces customers’ development time.
Here are some of their experiences.

Rated by users across the globe

Transform your applications today by downloading our free evaluation version Download Free Trial

Awards

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.

Up arrow icon
Live Chat Icon For mobile