reina
reina
NNuxt
Created by reina on 3/16/2025 in #❓・help
Resize UModal
how can i adjust my modal into smaller size?
<UModal title="Are you sure you want to log out?">
<UButton
variant="ghost"
class="justify-start cursor-pointer w-full text-left text-red-500 hover:bg-red-500/10"
>
<UIcon name="i-lucide-log-out" class="mr-2" />
Logout
</UButton>

<template #body>
<div class="flex justify-center gap-2">
<UButton
variant="outline"
>Cancel</UButton
>
<UButton
variant="solid"
color="error"
@click="logout"
>Logout</UButton
>
</div>
</template>
</UModal>
<UModal title="Are you sure you want to log out?">
<UButton
variant="ghost"
class="justify-start cursor-pointer w-full text-left text-red-500 hover:bg-red-500/10"
>
<UIcon name="i-lucide-log-out" class="mr-2" />
Logout
</UButton>

<template #body>
<div class="flex justify-center gap-2">
<UButton
variant="outline"
>Cancel</UButton
>
<UButton
variant="solid"
color="error"
@click="logout"
>Logout</UButton
>
</div>
</template>
</UModal>
7 replies
NNuxt
Created by reina on 6/28/2024 in #❓・help
background isn't adjusted properly
No description
8 replies
NNuxt
Created by reina on 4/27/2024 in #❓・help
File Upload Preview
how would i put a preview image upon uploading it?
7 replies
NNuxt
Created by reina on 4/16/2024 in #❓・help
nuxt loading
i don't know how you call this, but is there way to do that?
38 replies