Migration of templates to TW

This commit is contained in:
Cagatay Civici 2024-06-26 12:26:19 +03:00
parent 6d74929580
commit 5be4eb2d91
32 changed files with 7647 additions and 10842 deletions

View file

@ -1,7 +1,9 @@
<template>
<div class="template-separator">
<div class="template-separator-icon">
<div class="flex items-center w-full gap-6">
<Divider class="flex-1" />
<div class="w-12 h-12 overflow-hidden flex items-center justify-center border border-surface rounded-full bg-surface-0 dark:bg-surface-900">
<slot />
</div>
<Divider class="flex-1" />
</div>
</template>