integrate login page wih api and keycloak

This commit is contained in:
Yusron alamsyah
2026-03-31 11:11:39 +07:00
parent acf491f8aa
commit d438fb0f5f
68 changed files with 1213 additions and 212 deletions
@@ -0,0 +1,7 @@
<template>
<v-row>
<v-col cols="12">
<style-components-shadow />
</v-col>
</v-row>
</template>
@@ -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>