first commit antrean operasi

This commit is contained in:
effendy-dev
2026-01-22 09:11:15 +07:00
commit 659e2f80cf
552 changed files with 51438 additions and 0 deletions

No files matched your search

+9
View File
@@ -0,0 +1,9 @@
<template>
<div class="d-flex flex-column flex-sm-row flex-wrap flex-xl-nowrap align-center gap-3">
<v-chip color="primary" size="x-small"> x-small </v-chip>
<v-chip color="primary" size="small"> small </v-chip>
<v-chip color="primary"> Default </v-chip>
<v-chip color="primary" size="large"> large </v-chip>
<v-chip color="primary" size="x-large"> x-large </v-chip>
</div>
</template>