Super Vue3 Tabs — Vue 3 Tabs Component

A lightweight and highly customizable Vue 3 component for creating tabbed interfaces with ease. Handle tab switching, manage tab content, and style your tabs exactly how you want.

Features

Installation

npm install super-vue3-tabs

Or use yarn add super-vue3-tabs or pnpm add super-vue3-tabs.

Live Examples

Basic Tabs
Disabled Tab — pass the disabled prop to disable a tab.
Theme Colors — pass a themeColor prop with a hex code to style your tabs.
Sliding Tabs — tabs scroll horizontally to fit more in a limited space.
Icons — use the #icon slot to add icons beside tab titles.

Ready to use?

Install the component and start building tabbed interfaces in your Vue 3 project today.