chore(Modal): improve spacing

This commit is contained in:
Benjamin Canac
2024-03-18 17:18:35 +01:00
parent d73a16f551
commit 73880f798d
4 changed files with 52 additions and 63 deletions

View File

@@ -1,10 +1,10 @@
<template>
<div class="flex flex-col gap-2">
<UModal title="First" description="My first modal">
<UModal title="First modal">
<UButton color="white" label="Open with nested" />
<template #footer>
<UModal title="Second" description="My second modal">
<UModal title="Second modal">
<UButton label="Open second" />
</UModal>
</template>