/vue3-tabs

A vue 3 tabs component example

Primary LanguageVueMIT LicenseMIT

Tabs Component Sample with Vue 3 + Typescript + Vite

This template should help get you started developing with Vue 3 and Typescript in Vite.

This sample application showcases a tabs component in Vue 3 and examples of how to use the tabs component in various ways.

You can read more about how to create the component and sample application in the blog post Creating Tabs component in Vue 3

You can access a demo for the sample app too.

Setup

Run the following commands to install the dependencies and run the sample application.

$ yarn

# to run the sample application
$ yarn dev

Feedback and issues are welcome.

Happy Coding!!!