Skip to content

The v3-tab package is a Vue 3 component that provides a tabbed interface for switching between groups of content. It comes with a simple API and built from scratch. It is fully unstyled so you can create your own design. However, some example styles are provided to get you started

Notifications You must be signed in to change notification settings

atif0075/v3-tab

Repository files navigation

Getting Started

Introduction

The v3-tab package is a Vue 3 component that provides a tabbed interface for switching between groups of content. It comes with a simple API and built from scratch. It is fully unstyled so you can create your own design. However, some example styles are provided to get you started.

Installation

This guide will walk you through the installation of the v3-tab package.

npm install v3-tab
yarn add v3-tab
pnpm add v3-tab
bun add v3-tab

Importing

You can import the v3-tab component in your Vue 3 Single File Components (SFCs) like this:

import v3Tab from "v3-tab";

About

The v3-tab package is a Vue 3 component that provides a tabbed interface for switching between groups of content. It comes with a simple API and built from scratch. It is fully unstyled so you can create your own design. However, some example styles are provided to get you started

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published