Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.03 KB

File metadata and controls

14 lines (9 loc) · 1.03 KB

Getting Started with the Vue Tab Component

A quick start Vue project that shows how to add the Vue Tab component to a Vue application. It shows how to customize the header position, apply styles to the active header, render HTML elements and display the overflowing headers using the scroller and popup.

Refer to the following documentation to learn about the Vue Tab component: https://ej2.syncfusion.com/vue/documentation/tab/getting-started-vue-3

Check out this online example of the Vue Tab Component: https://ej2.syncfusion.com/vue/demos/#/material3/tab/default.html

Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.

How to run this application?

To run this application, you need to clone the getting-started-with-the-vue-tab-component repository and then open it in Visual Studio Code. Now, simply install all the necessary vue packages into your current project using the npm install command and run your project using the npm run dev command.