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 Vue Tabs 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.


Scrollable tabs

The Vue 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.


Pop-up mode

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.


Nested tabs

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


Drag and drop

The Vue 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.

Vue Draggable Tabs


Tabs headers (label)

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.

Headers placement

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.

Header styles

The Vue Tabs component provides various built-in styles to customize the headers easily.


Remove button on tabs

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


Animation

Navigate among Vue tabs with nice, built-in animation effects (for example: slide animation) when you click or tap a tab. The tab navigation happens on swiping within the content or tapping a tab header in a mobile tab view.

Vue Tabs with slide animation


Dynamic tabs content

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.

Adjustable height

Users can adjust a Vue tab’s height automatically according to its content, parent container, or the height of the highest tab panel.


Easy integration

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


Wizard-like application

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


Themes

The Vue 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.


Accessibility

  • Full support for WAI-ARIA accessibility that helps the Tab component to be accessible by on-screen readers and assistive devices. 
  • Component follows WAI-ARIA Best Practices for implementing keyboard interaction. 
  • UI element visuals such as foreground color, background color, line spacing, text, and images are based on WCG 2.0 standard.

Developer-friendly API

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.


Vue Tabs Code Example

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

<template>
<div id="app">
<ejs-tab id='element'>
    <e-tabitems>
               <e-tabitem :header='headerText0' :content="content0"></e-tabitem>
                <e-tabitem :header='headerText1' :content="content1"></e-tabitem>
                <e-tabitem :header='headerText2' :content="content2"></e-tabitem>
  </e-tabitems>
</ejs-tab>
  </div>
</template>
<script>
import Vue from 'vue';
import { TabPlugin } from '@syncfusion/ej2-vue-navigations';

Vue.use(TabPlugin);
export default {
  name: 'app',
   data: function(){
    return {

      headerText0: { text: 'ASP.NET' },
      headerText1: { text: 'ASP.NET MVC' },
      headerText2: { text: 'JavaScript' },

    content0: 'ASP.NET is an open-source server-side web application framework designed for web development to produce ' +
    'dynamic web pages. It was developed by Microsoft to allow programmers to build dynamic web sites, web applications ' +
    'and web services. It was first released in January 2002 with version 1.0 of the .NET Framework, and is the successor ' +
    'to Microsoft's Active Server Pages (ASP) technology. ASP.NET is built on the Common Language Runtime (CLR), allowing ' +
    'programmers to write ASP.NET code using any supported .NET language. The ASP.NET SOAP extension framework allows ' +
    'ASP.NET components to process SOAP messages.',

     content1: 'The ASP.NET MVC is a web application framework developed by Microsoft, which implements the ' +
    'modelviewcontroller (MVC) pattern. It is open-source software, apart from the ASP.NET Web Forms component which is ' +
    'proprietary. In the later versions of ASP.NET, ASP.NET MVC, ASP.NET Web API, and ASP.NET Web Pages (a platform using ' +
    'only Razor pages) will merge into a unified MVC 6.The project is called ASP.NET vNext.',

     content2: 'JavaScript (JS) is an interpreted computer programming language. It was originally implemented as ' +
    'part of web browsers so that client-side scripts could interact with the user, control the browser, communicate ' +
    'asynchronously, and alter the document content that was displayed.[5] More recently, however, it has become common in ' +
    'both game development and the creation of desktop applications.',

    }
   }
}
</script>
<style>
  @import "../node_modules/@syncfusion/ej2-base/styles/material.css";
  @import "../node_modules/@syncfusion/ej2-vue-buttons/styles/material.css";
  @import "../node_modules/@syncfusion/ej2-vue-popups/styles/material.css";
  @import "../node_modules/@syncfusion/ej2-vue-navigations/styles/material.css";
</style>

Other supported frameworks

The Tabs component is also available in Blazor, React, Angular, and JavaScript frameworks. Check out the different Tabs platforms from the links below,




80+ VUE UI COMPONENTS

Frequently Asked Questions

  • Provides a simple user interface (UI) to segregate related content in less space.
  • Supports both scrollable and pop-up tabs when there are a greater number of tabs.
  • Supports animation effects for moving previous/next contents of Tab.
  • Customization support for header with icons and orientation.
  • One of the best Vue Tabs in the market that offers feature-rich UI to interact with the software.
  • Supports all modern browsers.
  • Mobile-touch friendly and responsive.
  • Expansive learning resources such as demos and documentation to learn quickly and get started with Vue Tabs.

You can find our Vue Tabs demo, which demonstrates how to render and configure the Tabs.

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