Modal Standardization (#4784)

This commit is contained in:
Jin Yi
2025-08-18 09:41:15 +09:00
committed by GitHub
parent b1057f164b
commit ceac8f3741
35 changed files with 533 additions and 16 deletions

View File

@@ -0,0 +1,12 @@
<template>
<header class="flex items-center justify-between h-16 px-6">
<div class="flex items-center gap-2 pl-1">
<slot name="icon">
<i-lucide:puzzle class="text-neutral text-base" />
</slot>
<h2 class="font-bold text-base text-neutral">
<slot></slot>
</h2>
</div>
</header>
</template>