Files
2026-04-21 09:08:42 +07:00

56 lines
2.4 KiB
Vue

<template>
<v-row>
<v-col cols="12">
<SharedUiChildCard title="Tabs">
<v-row>
<v-col cols="6">
<SharedUiChildCard title="Basic Tabs">
<template-ui-components-tabs-basic-tabs />
</SharedUiChildCard>
</v-col>
<v-col cols="6">
<SharedUiChildCard title="Color Tabs">
<template-ui-components-tabs-color-tabs />
</SharedUiChildCard>
</v-col>
<v-col cols="6">
<SharedUiChildCard title="Icon Tabs">
<template-ui-components-tabs-icon-tabs />
</SharedUiChildCard>
</v-col>
<v-col cols="6">
<SharedUiChildCard title="Icons With Label Tabs">
<template-ui-components-tabs-icons-with-label-tabs />
</SharedUiChildCard>
</v-col>
<v-col cols="6">
<SharedUiChildCard title="Center Tabs">
<template-ui-components-tabs-center-tabs />
</SharedUiChildCard>
</v-col>
<v-col cols="6">
<SharedUiChildCard title="Align Center Tabs">
<template-ui-components-tabs-align-center-tabs />
</SharedUiChildCard>
</v-col>
<v-col cols="6">
<SharedUiChildCard title="Align End Tabs">
<template-ui-components-tabs-align-end-tabs />
</SharedUiChildCard>
</v-col>
<v-col cols="6">
<SharedUiChildCard title="Disable Tabs">
<template-ui-components-tabs-disable-tabs />
</SharedUiChildCard>
</v-col>
<v-col cols="6">
<SharedUiChildCard title="Custom Icons">
<template-ui-components-tabs-custom-icons />
</SharedUiChildCard>
</v-col>
</v-row>
</SharedUiChildCard>
</v-col>
</v-row>
</template>