delete useless pages

This commit is contained in:
Yusron alamsyah
2026-03-17 09:22:24 +07:00
parent f2ed1b2556
commit c2fa3c160b
51 changed files with 1649 additions and 8842 deletions
+7
View File
@@ -0,0 +1,7 @@
<template>
<v-row>
<v-col cols="12">
<style-components-shadow />
</v-col>
</v-row>
</template>
+24
View File
@@ -0,0 +1,24 @@
<template>
<v-row>
<v-col cols="12" class="mb-6">
<h2 class="mb-4">Default Text</h2>
<style-components-typography-default-text />
</v-col>
<v-col cols="12" class="mb-6">
<h2 class="mb-4">Heading</h2>
<style-components-typography-heading />
</v-col>
<v-col cols="12" class="mb-6">
<h2 class="mb-4">Opacity</h2>
<style-components-typography-opacity />
</v-col>
<v-col cols="12" class="mb-6">
<h2 class="mb-4">Text Alignment</h2>
<style-components-typography-text-alignment />
</v-col>
<v-col cols="12" class="mb-6">
<h2 class="mb-4">Text Decoration</h2>
<style-components-typography-text-decoration />
</v-col>
</v-row>
</template>