vue-slim-tabs is a slim tab component for Vue.js only 1.3KB (minified).
vue js tabs, vue tabbed interface, vue 3 tabs, vue tabs, egoist github
How to make use of it:
Install & Download:
# Yarn yarn add vue-slim-tabs # NPM $ npm install vue-slim-tabs
Usage
<template> <tabs> <tab title="Vue"> This is Vue </tab> <tab title="React"> This is React </tab> <tab title="Svelte"> This is Svelte </tab> </tabs> </template>
<script> import { Tabs, Tab } from 'vue-slim-tabs' export default { components: { Tabs, Tab } } </script> <!-- optionally use our default style --> <style src="vue-slim-tabs/themes/default.css"></style>
slim tab component for vue Plugin/Github
See Demo And Download
Official Website(egoist): Click Here
This superior jQuery/javascript plugin is developed by egoist. For extra advanced usage, please go to the official website.