@kongponents/ktabs

7.2.2 • Public • Published

@kongponents/ktabs

<template>
  <KTabs :tabs="tabs">
    <template v-slot:tab1>
      <span>Tab 1 content</span>
    </template>
    <template v-slot:tab2>
      <span>Tab 2 content</span>
    </template>
  </KTabs>
</template>

<script>
export default {
  data() {
    return {
      tabs: [
        {
          hash: '#tab1',
          title: 'tab1'
        },
        {
          hash: '#tab2',
          title: 'tab2
        }
      ]
    }
  }
}
</script>

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @kongponents/ktabs

    Weekly Downloads

    25

    Version

    7.2.2

    License

    Apache-2.0

    Unpacked Size

    197 kB

    Total Files

    11

    Last publish

    Collaborators

    • konginc
    • darrenjennings
    • travispamaral
    • nijikokun