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

24 lines
882 B
Vue

<template>
<v-row>
<v-col cols="12" class="mb-6">
<h2 class="mb-4">Default Text</h2>
<template-style-components-typography-default-text />
</v-col>
<v-col cols="12" class="mb-6">
<h2 class="mb-4">Heading</h2>
<template-style-components-typography-heading />
</v-col>
<v-col cols="12" class="mb-6">
<h2 class="mb-4">Opacity</h2>
<template-style-components-typography-opacity />
</v-col>
<v-col cols="12" class="mb-6">
<h2 class="mb-4">Text Alignment</h2>
<template-style-components-typography-text-alignment />
</v-col>
<v-col cols="12" class="mb-6">
<h2 class="mb-4">Text Decoration</h2>
<template-style-components-typography-text-decoration />
</v-col>
</v-row>
</template>