generated from pascalmartineau/wp-skeleton
feat: Initial Nuxt app
This commit is contained in:
19
wp-content/themes/ccat/app/layouts/auth.vue
Normal file
19
wp-content/themes/ccat/app/layouts/auth.vue
Normal file
@@ -0,0 +1,19 @@
|
||||
<template>
|
||||
<div class="h-screen flex items-center justify-center px-4">
|
||||
<UButton
|
||||
icon="i-lucide-chevron-left"
|
||||
to="/"
|
||||
size="xl"
|
||||
color="neutral"
|
||||
variant="subtle"
|
||||
class="absolute left-8 top-8 rounded-full z-10"
|
||||
/>
|
||||
|
||||
<UPageCard
|
||||
variant="subtle"
|
||||
class="max-w-sm w-full"
|
||||
>
|
||||
<slot />
|
||||
</UPageCard>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user