Sh Dynamic Tabs

An easy way to incorporate bootstrap 5 tabs

importing

import {ShDynamicTabs} from '@silahkosgei/sfrontend'
import TabOne from './tabs/TabOne.vue'
import TabTwo from './tabs/TabTwo.vue'

Example Usage

<sh-dynamic-tabs
        :tabs="[
      {
    label: 'Tab One',
    component: TabOne
    },
    {
    label: 'Tab Two',
    component: TabTwo
    }
  ]"
/>
Last Updated:
Contributors: silah